diff options
author | kim <kim@pkgsrc.org> | 1999-06-14 16:04:02 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 1999-06-14 16:04:02 +0000 |
commit | 15e6c91073b7e698c24794aec3b7ef03b00fd70e (patch) | |
tree | b026349a409c3dc3508ff6e44bc273a7fea50748 /net | |
parent | e72c1d45fa74e13f4acdea8911c2210c0e835066 (diff) | |
download | pkgsrc-15e6c91073b7e698c24794aec3b7ef03b00fd70e.tar.gz |
Now detecting the type of rtentry works (on my 1.3H) and
the software compiles. Hopefully this change does not
break anything on 1.4 systems.
Diffstat (limited to 'net')
-rw-r--r-- | net/ucd-snmp/patches/patch-aa | 144 |
1 files changed, 141 insertions, 3 deletions
diff --git a/net/ucd-snmp/patches/patch-aa b/net/ucd-snmp/patches/patch-aa index 7dd6ab82368..479f68c7439 100644 --- a/net/ucd-snmp/patches/patch-aa +++ b/net/ucd-snmp/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.7 1999/05/04 03:51:57 tv Exp $ +$NetBSD: patch-aa,v 1.8 1999/06/14 16:04:02 kim Exp $ --- configure.orig Mon Mar 15 19:27:31 1999 -+++ configure Mon May 3 23:39:50 1999 ++++ configure Mon Jun 14 11:50:06 1999 @@ -744,7 +744,7 @@ if test "x$withval" != "x" -a -d "$withval"; then LIBS="-L$withval -lwrap $LIBS" @@ -23,7 +23,145 @@ $NetBSD: patch-aa,v 1.7 1999/05/04 03:51:57 tv Exp $ fi -@@ -7699,6 +7700,7 @@ +@@ -4941,11 +4942,15 @@ + + + #include <sys/types.h> ++#if 0 + #define KERNEL + #define _KERNEL ++#endif + #include <sys/socket.h> ++#if 0 + #undef KERNEL + #undef _KERNEL ++#endif + #include <net/route.h> + + +@@ -4994,11 +4999,15 @@ + #include "confdefs.h" + + #include <sys/types.h> ++#if 0 + #define KERNEL + #define _KERNEL ++#endif + #include <sys/socket.h> ++#if 0 + #undef KERNEL + #undef _KERNEL ++#endif + #include <net/route.h> + + int main() { +@@ -5029,11 +5038,15 @@ + #include "confdefs.h" + + #include <sys/types.h> ++#if 0 + #define KERNEL + #define _KERNEL ++#endif + #include <sys/socket.h> ++#if 0 + #undef KERNEL + #undef _KERNEL ++#endif + #include <net/route.h> + + int main() { +@@ -5079,7 +5092,9 @@ + cat > conftest.$ac_ext <<EOF + #line 5081 "configure" + #include "confdefs.h" ++#if 0 + #define KERNEL ++#endif + #include<net/route.h> + + EOF +@@ -5131,11 +5146,15 @@ + #include "confdefs.h" + + #include <sys/types.h> ++#if 0 + #define KERNEL + #define _KERNEL ++#endif + #include <sys/socket.h> ++#if 0 + #undef KERNEL + #undef _KERNEL ++#endif + #include <net/route.h> + + int main() { +@@ -5195,11 +5214,15 @@ + + + #include <sys/types.h> ++#if 0 + #define KERNEL + #define _KERNEL ++#endif + #include <sys/socket.h> ++#if 0 + #undef KERNEL + #undef _KERNEL ++#endif + #include <net/route.h> + + +@@ -5262,11 +5285,15 @@ + + + #include <sys/types.h> ++#if 0 + #define KERNEL + #define _KERNEL ++#endif + #include <sys/socket.h> ++#if 0 + #undef KERNEL + #undef _KERNEL ++#endif + #include <net/route.h> + + +@@ -5329,11 +5356,15 @@ + + + #include <sys/types.h> ++#if 0 + #define KERNEL + #define _KERNEL ++#endif + #include <sys/socket.h> ++#if 0 + #undef KERNEL + #undef _KERNEL ++#endif + #include <net/route.h> + + +@@ -5396,11 +5427,15 @@ + + + #include <sys/types.h> ++#if 0 + #define KERNEL + #define _KERNEL ++#endif + #include <sys/socket.h> ++#if 0 + #undef KERNEL + #undef _KERNEL ++#endif + #include <net/route.h> + + +@@ -7699,6 +7734,7 @@ fi fi |