diff options
Diffstat (limited to 'net/ascend-radius/files/patch-ac')
-rw-r--r-- | net/ascend-radius/files/patch-ac | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/net/ascend-radius/files/patch-ac b/net/ascend-radius/files/patch-ac index 606cf37bb3d1..98b8203fd0b2 100644 --- a/net/ascend-radius/files/patch-ac +++ b/net/ascend-radius/files/patch-ac @@ -1,5 +1,5 @@ ---- conf.h.orig Thu Sep 19 20:04:29 1996 -+++ conf.h Mon Sep 23 21:40:25 1996 +--- conf.h.orig Tue Oct 29 14:41:54 1996 ++++ conf.h Fri Jan 24 05:02:40 1997 @@ -27,6 +27,10 @@ * */ @@ -11,19 +11,3 @@ #ifndef _conf_h_ #define _conf_h_ -@@ -56,11 +60,14 @@ - #endif - #endif /* unixware */ - -+#if (defined(BSD) && (BSD >= 199306)) -+#include <stdlib.h> -+#include <sys/types.h> - #if defined(BSDI) - #include <sys/types.h> - #include <machine/inline.h> - #include <machine/endian.h> --#include <stdlib.h> -+#endif - #else /* BSDI */ - #include <malloc.h> - #endif /* BSDI */ |