diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2009-07-14 04:49:55 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2009-07-14 04:49:55 +0000 |
commit | 89b5fde97c4f8bdff580eed2d69a8a4d447b210a (patch) | |
tree | 0c7aa458b5a17b4049e49e0d596d1e82c4ee9615 /net-mgmt/net-snmp53/files/patch-hr_system.c | |
parent | Fix 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-hr_system.c')
-rw-r--r-- | net-mgmt/net-snmp53/files/patch-hr_system.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/net-snmp53/files/patch-hr_system.c b/net-mgmt/net-snmp53/files/patch-hr_system.c deleted file mode 100644 index f2d810ac0771..000000000000 --- a/net-mgmt/net-snmp53/files/patch-hr_system.c +++ /dev/null @@ -1,11 +0,0 @@ ---- agent/mibgroup/host/hr_system.c.orig Mon Feb 23 02:29:34 2004 -+++ agent/mibgroup/host/hr_system.c Sat Apr 3 00:00:24 2004 -@@ -596,6 +596,8 @@ - #ifndef UTMP_HAS_NO_TYPE - if (utmp_p->ut_type != USER_PROCESS) - continue; -+#else -+ if (*utmp_p->ut_name != '~') - #endif - #ifndef UTMP_HAS_NO_PID - /* This block of code fixes zombie user PIDs in the |