summaryrefslogtreecommitdiff
path: root/net/ascend-radius/files/patch-ab
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1996-09-24 15:12:01 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1996-09-24 15:12:01 +0000
commitc4017afbcbcf8ec63dfb19ae2ade55facbafa6e3 (patch)
tree267181773e9493d6e5298adbd4baef74dee07c4f /net/ascend-radius/files/patch-ab
parentupgrade 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-ab')
-rw-r--r--net/ascend-radius/files/patch-ab24
1 files changed, 24 insertions, 0 deletions
diff --git a/net/ascend-radius/files/patch-ab b/net/ascend-radius/files/patch-ab
new file mode 100644
index 000000000000..af3ff7bb60ac
--- /dev/null
+++ b/net/ascend-radius/files/patch-ab
@@ -0,0 +1,24 @@
+--- cache.c.orig Sun Sep 1 02:31:42 1996
++++ cache.c Mon Sep 23 21:38:20 1996
+@@ -12,13 +12,21 @@
+ * FOR A PARTICULAR PURPOSE.
+ */
+
++#if defined(_HAVE_PARAM_H)
++#include <sys/param.h>
++#endif
++
+ #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>