mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
Move malloc_area global under defined(DEMALLOC) which contains all consumers. Delete unused Brk_check_size function.
10 lines
332 B
C
10 lines
332 B
C
--- src/include/utilities.h.orig
|
|
+++ src/include/utilities.h
|
|
@@ -54,7 +54,6 @@
|
|
int plp_sleep( int i );
|
|
int Get_max_servers( void );
|
|
int Get_max_fd( void );
|
|
-char *Brk_check_size( void );
|
|
char *mystrncat( char *s1, const char *s2, int len );
|
|
char *mystrncpy( char *s1, const char *s2, int len );
|
|
int Get_nonblock_io( int fd );
|