diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-09-04 23:30:47 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-09-04 23:30:47 +0000 |
commit | db60f873fb7d6154a31b06bfb445bd0ef1c25faf (patch) | |
tree | ebebe1c2959a46e7e05e96157ac55d509ef1d76e /net-mgmt/net-snmp4/files | |
parent | 93c4a3203cdf4176b2b2f5954891721ca791e689 (diff) | |
download | ports-db60f873fb7d6154a31b06bfb445bd0ef1c25faf.tar.gz ports-db60f873fb7d6154a31b06bfb445bd0ef1c25faf.zip |
Notes
Diffstat (limited to 'net-mgmt/net-snmp4/files')
-rw-r--r-- | net-mgmt/net-snmp4/files/patch-ag | 11 | ||||
-rw-r--r-- | net-mgmt/net-snmp4/files/patch-ah | 8 |
2 files changed, 19 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp4/files/patch-ag b/net-mgmt/net-snmp4/files/patch-ag new file mode 100644 index 000000000000..4f8dbd1fe650 --- /dev/null +++ b/net-mgmt/net-snmp4/files/patch-ag @@ -0,0 +1,11 @@ +--- snmplib/ucd-snmp-includes.h.orig Wed Jan 20 18:18:42 1999 ++++ snmplib/ucd-snmp-includes.h Sat Aug 28 02:13:56 1999 +@@ -4,7 +4,7 @@ + #include <netinet/in.h> + + /* uncomment if you don't have in_addr_t in netinet/in.h */ +-/* typedef u_int in_addr_t; */ ++typedef u_int in_addr_t; + + #include <ucd-snmp/asn1.h> + #include <ucd-snmp/snmp_api.h> diff --git a/net-mgmt/net-snmp4/files/patch-ah b/net-mgmt/net-snmp4/files/patch-ah new file mode 100644 index 000000000000..b80222ba72eb --- /dev/null +++ b/net-mgmt/net-snmp4/files/patch-ah @@ -0,0 +1,8 @@ +--- local/tkmib.orig Wed Jul 21 19:06:52 1999 ++++ local/tkmib Sat Aug 28 02:37:57 1999 +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl -w ++#!/usr/bin/perl -w + + require 5; + |