diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2004-10-08 09:30:28 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2004-10-08 09:30:28 +0000 |
commit | c0fde423170dd5b7283b28252f035ba7b125ca4a (patch) | |
tree | 605717dd81817fb343270facce35ef40edfac744 /net-mgmt/mbrowse/files/patch-src+snmpstuff.c | |
parent | Play nice with new GCC, and unbreak the build. (diff) |
Unbreak the build by making GCC feel better.
Reported by: kris
Approved by: portmgr (krion), fjoe (mentor, implicit)
Diffstat (limited to 'net-mgmt/mbrowse/files/patch-src+snmpstuff.c')
-rw-r--r-- | net-mgmt/mbrowse/files/patch-src+snmpstuff.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/mbrowse/files/patch-src+snmpstuff.c b/net-mgmt/mbrowse/files/patch-src+snmpstuff.c new file mode 100644 index 000000000000..fcc675af530f --- /dev/null +++ b/net-mgmt/mbrowse/files/patch-src+snmpstuff.c @@ -0,0 +1,11 @@ +--- src/snmpstuff.c.orig Fri Oct 8 14:07:16 2004 ++++ src/snmpstuff.c Fri Oct 8 14:08:08 2004 +@@ -359,7 +359,7 @@ + case TYPE_NSAPADDRESS: + case TYPE_NETADDR: + case TYPE_OTHER: +- default: ++ default: ; + } + } + if (type == 0) { |