Files
bsdports/devel/gmake/files/_patch-lib-glob.c
2025-08-18 08:28:50 +02:00

11 lines
264 B
C

--- lib/glob.c.orig 2020-01-03 07:11:27 UTC
+++ lib/glob.c
@@ -203,7 +203,6 @@ my_realloc (p, n)
return (char *) malloc (n);
return (char *) realloc (p, n);
}
-# define realloc my_realloc
# endif /* __SASC */
#endif /* __GNU_LIBRARY__ || __DJGPP__ */