aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/sendip/files
diff options
context:
space:
mode:
authormich <mich@FreeBSD.org>2003-06-04 22:34:24 +0800
committermich <mich@FreeBSD.org>2003-06-04 22:34:24 +0800
commit506cd273a9eda613d37027b294879a69d8e7f813 (patch)
treea8410b2a7c4da82f8a0b121aa0aac55eeec8db6c /net-mgmt/sendip/files
parent7cf0e3c669f26abf6332a07d3f7ed3270784c8da (diff)
downloadfreebsd-ports-gnome-506cd273a9eda613d37027b294879a69d8e7f813.tar.gz
freebsd-ports-gnome-506cd273a9eda613d37027b294879a69d8e7f813.tar.zst
freebsd-ports-gnome-506cd273a9eda613d37027b294879a69d8e7f813.zip
Unbreak sendip build on -CURRENT.
PR: 52584 Submitted by: maintainer Approved by: roberto (mentor)
Diffstat (limited to 'net-mgmt/sendip/files')
-rw-r--r--net-mgmt/sendip/files/patch-gnugetopt.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/sendip/files/patch-gnugetopt.c b/net-mgmt/sendip/files/patch-gnugetopt.c
new file mode 100644
index 000000000000..65ec257ae5ad
--- /dev/null
+++ b/net-mgmt/sendip/files/patch-gnugetopt.c
@@ -0,0 +1,10 @@
+--- gnugetopt.c.orig Thu May 22 08:35:25 2003
++++ gnugetopt.c Thu May 22 08:35:37 2003
+@@ -45,6 +45,7 @@
+ #endif
+
+ #include <stdio.h>
++#include <string.h>
+
+ /* Comment out all this code if we are using the GNU C Library, and are not
+ actually compiling the library itself. This code is part of the GNU C