diff options
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index 96563bf06..2a9e96a35 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -60,7 +60,6 @@ | |||
60 | #if JOBS || ENABLE_ASH_READ_NCHARS | 60 | #if JOBS || ENABLE_ASH_READ_NCHARS |
61 | #include <termios.h> | 61 | #include <termios.h> |
62 | #endif | 62 | #endif |
63 | extern char **environ; | ||
64 | 63 | ||
65 | #if defined(__uClinux__) | 64 | #if defined(__uClinux__) |
66 | #error "Do not even bother, ash will not run on uClinux" | 65 | #error "Do not even bother, ash will not run on uClinux" |