aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-12-22 19:57:28 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-12-22 19:57:28 +0000
commit528a8b97697ebd84003a64f779bee1b3fb330e16 (patch)
tree38c87c355cd9c6a32412fe95b188e24d04a0e3de
parent4baed3a080ea091308b0b2d65257d8ea4b01ce78 (diff)
downloadbusybox-w32-528a8b97697ebd84003a64f779bee1b3fb330e16.tar.gz
busybox-w32-528a8b97697ebd84003a64f779bee1b3fb330e16.tar.bz2
busybox-w32-528a8b97697ebd84003a64f779bee1b3fb330e16.zip
cttyhack: trivial build fixlet
-rw-r--r--shell/cttyhack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/cttyhack.c b/shell/cttyhack.c
index 2015700ab..404181720 100644
--- a/shell/cttyhack.c
+++ b/shell/cttyhack.c
@@ -37,7 +37,7 @@ struct serial_struct {
37 int reserved[1]; 37 int reserved[1];
38}; 38};
39 39
40int cttyhack_main(int argc, char **argv) ATTRIBUTE_NORETURN; 40int cttyhack_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
41int cttyhack_main(int argc, char **argv) 41int cttyhack_main(int argc, char **argv)
42{ 42{
43 int fd; 43 int fd;