Dont include getopt.h
PR: 32292 Submitted by: maintainer
This commit is contained in:
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
10
net-im/ickle/files/patch-examples::shell.cpp
Normal file
10
net-im/ickle/files/patch-examples::shell.cpp
Normal 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;
|
10
net/ickle/files/patch-examples::shell.cpp
Normal file
10
net/ickle/files/patch-examples::shell.cpp
Normal 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;
|
Loading…
Reference in a new issue