diff options
author | Patrick Li <pat@FreeBSD.org> | 2001-12-01 19:55:17 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2001-12-01 19:55:17 +0000 |
commit | 8d2492ba3724d2b7dd23d3d5337959cdcb626648 (patch) | |
tree | da80cd1051d5ae5d413677b101804d6051e768f4 /net-im | |
parent | Remove flim-*-current ports. (diff) |
Dont include getopt.h
PR: 32292
Submitted by: maintainer
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ickle/files/patch-examples::shell.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/ickle/files/patch-examples::shell.cpp b/net-im/ickle/files/patch-examples::shell.cpp new file mode 100644 index 000000000000..b811fc9a0c4a --- /dev/null +++ b/net-im/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; |