freebsd-ports/irc/irc/files/patch-ircd_ircd__ext.h
Brooks Davis 7723e73e5e irc/irc: remove unneeded sbrk use
It's use to print heap use, but it's often not correct for modern
allocators.

This should permit builds on aarch64 and riscv.
2023-12-08 23:24:17 +00:00

10 lines
277 B
C

--- ircd/ircd_ext.h.orig 2023-12-06 19:35:50 UTC
+++ ircd/ircd_ext.h
@@ -37,7 +37,6 @@ extern char *debugmode;
extern int debuglevel;
extern int bootopt;
extern char *debugmode;
-extern char *sbrk0;
extern char *tunefile;
#ifdef DELAY_CLOSE
extern time_t nextdelayclose;