diff options
author | pat <pat@FreeBSD.org> | 2001-12-01 19:55:17 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2001-12-01 19:55:17 +0000 |
commit | 6e02dced27ca911fecfcfba10c0250fa7aecb69b (patch) | |
tree | 7af024392d4b121e7344c7d43e8ce1fac8dfe814 /net | |
parent | 4e18e0fd2f8236003b0eb06530f0d07810559b24 (diff) | |
download | FreeBSD-ports-6e02dced27ca911fecfcfba10c0250fa7aecb69b.zip FreeBSD-ports-6e02dced27ca911fecfcfba10c0250fa7aecb69b.tar.gz |
Dont include getopt.h
PR: 32292
Submitted by: maintainer
Diffstat (limited to 'net')
-rw-r--r-- | net/ickle/files/patch-examples::shell.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/ickle/files/patch-examples::shell.cpp b/net/ickle/files/patch-examples::shell.cpp new file mode 100644 index 0000000..b811fc9 --- /dev/null +++ b/net/ickle/files/patch-examples::shell.cpp @@ -0,0 +1,10 @@ +--- examples/shell.cpp.orig Sat Dec 1 14:51:21 2001 ++++ examples/shell.cpp Sat Dec 1 14:51:25 2001 +@@ -11,7 +11,6 @@ + #include <sys/wait.h> + #include <unistd.h> + #include <signal.h> +-#include <getopt.h> + + using namespace ICQ2000; + using namespace std; |