projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75efc92
)
maint: avoid "make syntax-check" failure
author
Pádraig Brady
<P@draigBrady.com>
Wed, 28 Oct 2009 11:50:54 +0000
(11:50 +0000)
committer
Pádraig Brady
<P@draigBrady.com>
Wed, 28 Oct 2009 11:50:54 +0000
(11:50 +0000)
* src/printenv.c: Remove unused "long-options.h"
src/printenv.c
patch
|
blob
|
history
diff --git
a/src/printenv.c
b/src/printenv.c
index 6bc03f41060edffbfa81c11f20863ed5b195f9d9..b0f0154b2c13bba359ad810a74fb134f4c48c8fd 100644
(file)
--- a/
src/printenv.c
+++ b/
src/printenv.c
@@
-33,7
+33,6
@@
#include <getopt.h>
#include "system.h"
-#include "long-options.h"
/* Exit status for syntax errors, etc. */
enum { PRINTENV_FAILURE = 2 };