diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-09-24 15:12:01 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-09-24 15:12:01 +0000 |
commit | c4017afbcbcf8ec63dfb19ae2ade55facbafa6e3 (patch) | |
tree | 267181773e9493d6e5298adbd4baef74dee07c4f /net/ascend-radius/files/patch-ac | |
parent | upgrade to 4.16 (non-beta) (diff) |
Import of Ascend-modified RADIUS daemon.
Reviewed by: chuckr@FreeBSD.ORG
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 000000000000..606cf37bb3d1 --- /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 */ |