projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa4f108
)
Whoops. Forgot to #include <getopt.h>.
author
Mark Whitley
<markw@lineo.com>
Thu, 20 Jul 2000 00:03:38 +0000
(
00:03
-0000)
committer
Mark Whitley
<markw@lineo.com>
Thu, 20 Jul 2000 00:03:38 +0000
(
00:03
-0000)
coreutils/id.c
patch
|
blob
|
history
id.c
patch
|
blob
|
history
diff --git
a/coreutils/id.c
b/coreutils/id.c
index 4c524a22534cf41e581d7142f7055e299eec93d2..6af6774040ef2f9e26f398294d424bc7b8321ad8 100644
(file)
--- a/
coreutils/id.c
+++ b/
coreutils/id.c
@@
-26,6
+26,7
@@
#include <unistd.h>
#include <pwd.h>
#include <grp.h>
+#include <getopt.h>
#include <sys/types.h>
extern int id_main(int argc, char **argv)
diff --git
a/id.c
b/id.c
index 4c524a22534cf41e581d7142f7055e299eec93d2..6af6774040ef2f9e26f398294d424bc7b8321ad8 100644
(file)
--- a/
id.c
+++ b/
id.c
@@
-26,6
+26,7
@@
#include <unistd.h>
#include <pwd.h>
#include <grp.h>
+#include <getopt.h>
#include <sys/types.h>
extern int id_main(int argc, char **argv)