diff options
Diffstat (limited to 'net/ascend-radius/files/patch-ab')
-rw-r--r-- | net/ascend-radius/files/patch-ab | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/net/ascend-radius/files/patch-ab b/net/ascend-radius/files/patch-ab index af3ff7bb60ac..ae43b7bf59c0 100644 --- a/net/ascend-radius/files/patch-ab +++ b/net/ascend-radius/files/patch-ab @@ -1,6 +1,6 @@ ---- cache.c.orig Sun Sep 1 02:31:42 1996 -+++ cache.c Mon Sep 23 21:38:20 1996 -@@ -12,13 +12,21 @@ +--- cache.c.orig Tue Oct 29 14:41:54 1996 ++++ cache.c Fri Jan 24 05:02:11 1997 +@@ -12,6 +12,10 @@ * FOR A PARTICULAR PURPOSE. */ @@ -10,15 +10,4 @@ + #include <sys/types.h> #include <ctype.h> - #if defined(BSDI) - # include <memory.h> - # include <stdlib.h> - #else -+#if defined(__FreeBSD__) -+# include <stdlib.h> -+#else - # include <malloc.h> -+#endif - #endif - #include <string.h> - #include <sys/time.h> + #if defined(BSDI) || defined(FreeBSD) |