summaryrefslogtreecommitdiff
path: root/net/net-snmp-current/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'net/net-snmp-current/patches/patch-ad')
-rw-r--r--net/net-snmp-current/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/net-snmp-current/patches/patch-ad b/net/net-snmp-current/patches/patch-ad
new file mode 100644
index 00000000000..f7e2be88542
--- /dev/null
+++ b/net/net-snmp-current/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1.1.1 2002/03/14 06:29:03 itojun Exp $
+
+--- agent/mibgroup/host/hr_system.c- Thu Mar 14 11:45:56 2002
++++ agent/mibgroup/host/hr_system.c Thu Mar 14 11:46:28 2002
+@@ -253,7 +253,7 @@
+ #if HAVE_UTMPX_H
+ #define setutent setutxent
+ #define getutent getutxent
+-#define entutent entutxent
++#define endutent endutxent
+ struct utmpx *utmp_p;
+ #else
+ struct utmp *utmp_p;