mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
9aff84db28
Move malloc_area global under defined(DEMALLOC) which contains all consumers. Delete unused Brk_check_size function.
11 lines
332 B
C
11 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 );
|