summaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp53/files/patch-at.c
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2009-07-14 04:49:55 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2009-07-14 04:49:55 +0000
commit89b5fde97c4f8bdff580eed2d69a8a4d447b210a (patch)
tree0c7aa458b5a17b4049e49e0d596d1e82c4ee9615 /net-mgmt/net-snmp53/files/patch-at.c
parentFix the build. (diff)
DEPRECATED= Use net-mgmt/net-snmp port instead
EXPIRATION_DATE=2009-07-01 It has been expired.
Diffstat (limited to 'net-mgmt/net-snmp53/files/patch-at.c')
-rw-r--r--net-mgmt/net-snmp53/files/patch-at.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/net-mgmt/net-snmp53/files/patch-at.c b/net-mgmt/net-snmp53/files/patch-at.c
deleted file mode 100644
index 12070f96cc23..000000000000
--- a/net-mgmt/net-snmp53/files/patch-at.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- agent/mibgroup/mibII/at.c.orig 2008-12-25 10:40:04.000000000 +0900
-+++ agent/mibgroup/mibII/at.c 2008-12-25 10:40:59.000000000 +0900
-@@ -686,7 +686,11 @@
- mib[2] = 0;
- mib[3] = AF_INET;
- mib[4] = NET_RT_FLAGS;
-+#if defined(RTF_LLINFO)
- mib[5] = RTF_LLINFO;
-+#else
-+ mib[5] = 0;
-+#endif
-
- if (at)
- free(at);