diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-19 23:03:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-19 23:03:38 +0000 |
commit | 45a35031c136b1bcc12ef628dbcea7b30641e13c (patch) | |
tree | fa222c3b356b2930265947754693ea550621b9ae /net-mgmt/net-snmp-devel/files/patch-hr_system.c | |
parent | - Update to 2.7-20100117 (diff) |
- Garbage collect unfinished repocopy (seven months)
OK'ed by: pgollucci (maintainer)
Notes
Notes:
svn path=/head/; revision=248176
Diffstat (limited to 'net-mgmt/net-snmp-devel/files/patch-hr_system.c')
-rw-r--r-- | net-mgmt/net-snmp-devel/files/patch-hr_system.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/net-snmp-devel/files/patch-hr_system.c b/net-mgmt/net-snmp-devel/files/patch-hr_system.c deleted file mode 100644 index f2d810ac0771..000000000000 --- a/net-mgmt/net-snmp-devel/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 |