mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add #include <netinet/in.h> and unbreak for CURRENT.
This commit is contained in:
parent
a8ad6ae1d5
commit
42df052b1c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56920
9
net-mgmt/ruby-snmp/files/patch-mib.c
Normal file
9
net-mgmt/ruby-snmp/files/patch-mib.c
Normal file
@ -0,0 +1,9 @@
|
||||
--- mib.c.orig Mon Jul 10 19:18:51 2000
|
||||
+++ mib.c Sat Mar 30 19:15:41 2002
|
||||
@@ -1,4 +1,6 @@
|
||||
#include <sys/types.h>
|
||||
+#include <netinet/in.h>
|
||||
+
|
||||
#ifdef HAVE_UCD_SNMP_TOOLS_H
|
||||
#include <ucd-snmp/tools.h>
|
||||
#endif
|
9
net-mgmt/ruby-snmp/files/patch-snmp.c
Normal file
9
net-mgmt/ruby-snmp/files/patch-snmp.c
Normal file
@ -0,0 +1,9 @@
|
||||
--- snmp.c.orig Mon Jul 10 19:18:51 2000
|
||||
+++ snmp.c Sat Mar 30 19:15:26 2002
|
||||
@@ -1,5 +1,6 @@
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
+#include <netinet/in.h>
|
||||
|
||||
#ifdef HAVE_UCD_SNMP_TOOLS_H
|
||||
#include <ucd-snmp/tools.h>
|
9
net/ruby-snmp/files/patch-mib.c
Normal file
9
net/ruby-snmp/files/patch-mib.c
Normal file
@ -0,0 +1,9 @@
|
||||
--- mib.c.orig Mon Jul 10 19:18:51 2000
|
||||
+++ mib.c Sat Mar 30 19:15:41 2002
|
||||
@@ -1,4 +1,6 @@
|
||||
#include <sys/types.h>
|
||||
+#include <netinet/in.h>
|
||||
+
|
||||
#ifdef HAVE_UCD_SNMP_TOOLS_H
|
||||
#include <ucd-snmp/tools.h>
|
||||
#endif
|
9
net/ruby-snmp/files/patch-snmp.c
Normal file
9
net/ruby-snmp/files/patch-snmp.c
Normal file
@ -0,0 +1,9 @@
|
||||
--- snmp.c.orig Mon Jul 10 19:18:51 2000
|
||||
+++ snmp.c Sat Mar 30 19:15:26 2002
|
||||
@@ -1,5 +1,6 @@
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
+#include <netinet/in.h>
|
||||
|
||||
#ifdef HAVE_UCD_SNMP_TOOLS_H
|
||||
#include <ucd-snmp/tools.h>
|
Loading…
Reference in New Issue
Block a user