summaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp53/files/patch-snmpUDPDomain.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-snmpUDPDomain.c
parentFix the build. (diff)
DEPRECATED= Use net-mgmt/net-snmp port instead
EXPIRATION_DATE=2009-07-01 It has been expired.
Notes
Notes: svn path=/head/; revision=237753
Diffstat (limited to '')
-rw-r--r--net-mgmt/net-snmp53/files/patch-snmpUDPDomain.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/net-snmp53/files/patch-snmpUDPDomain.c b/net-mgmt/net-snmp53/files/patch-snmpUDPDomain.c
deleted file mode 100644
index 36aba5c59798..000000000000
--- a/net-mgmt/net-snmp53/files/patch-snmpUDPDomain.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- snmplib/snmpUDPDomain.c.orig 2008-01-11 21:53:12.214973877 +0900
-+++ snmplib/snmpUDPDomain.c 2008-01-11 21:54:13.707245200 +0900
-@@ -105,7 +105,7 @@
- inet_ntoa(addr_pair->local_addr));
- } else {
- sprintf(tmp, "UDP: [%s]->", inet_ntoa(addr_pair->local_addr));
-- sprintf(tmp + strlen(tmp), "[%s]:%hd",
-+ sprintf(tmp + strlen(tmp), "[%s]:%hu",
- inet_ntoa(to->sin_addr), ntohs(to->sin_port));
- }
- return strdup(tmp);