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:
430ba79
)
cttyhack: make it survive WERROR build
author
Denys Vlasenko
<vda.linux@googlemail.com>
Fri, 30 Jul 2010 15:41:35 +0000
(17:41 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Fri, 30 Jul 2010 15:41:35 +0000
(17:41 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/cttyhack.c
patch
|
blob
|
history
diff --git
a/shell/cttyhack.c
b/shell/cttyhack.c
index 3a78bae29fde072c8d1ed3d1bab6f2a696e9f0b8..7a5e1ffd2125c2ea8d5b75005136140ba1f58b91 100644
(file)
--- a/
shell/cttyhack.c
+++ b/
shell/cttyhack.c
@@
-58,7
+58,7
@@
//usage: "\nStarting interactive shell from boot shell script:"
//usage: "\n setsid cttyhack sh"
-#if !defined(__linux__) && !defined(TIOCGSERIAL)
+#if !defined(__linux__) && !defined(TIOCGSERIAL)
&& !ENABLE_WERROR
# warning cttyhack will not be able to detect a controlling tty on this system
#endif