7d4723292c
Some changes have been made in this release that break backwards compatibility. Let USES=gmake force users to upgrade to this version so port maintainers don't have to support older versions. PR: 245725 Exp-run by: antoine Approved by: portmgr (antoine)
10 lines
264 B
C
10 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__ */
|
|
|