diff options
Diffstat (limited to 'net/ascend-radius/files/patch-ac')
-rw-r--r-- | net/ascend-radius/files/patch-ac | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/net/ascend-radius/files/patch-ac b/net/ascend-radius/files/patch-ac new file mode 100644 index 0000000..606cf37 --- /dev/null +++ b/net/ascend-radius/files/patch-ac @@ -0,0 +1,29 @@ +--- conf.h.orig Thu Sep 19 20:04:29 1996 ++++ conf.h Mon Sep 23 21:40:25 1996 +@@ -27,6 +27,10 @@ + * + */ + ++#if defined(_HAVE_PARAM_H) ++#include <sys/param.h> ++#endif ++ + #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 */ |