Dont include getopt.h

PR:		32292
Submitted by:	maintainer
This commit is contained in:
Patrick Li 2001-12-01 19:55:17 +00:00
parent 9ab816c8bf
commit 8d2492ba37
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50821
2 changed files with 20 additions and 0 deletions

View file

@ -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;

View file

@ -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;