diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-19 14:46:14 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-19 14:46:14 +0000 |
commit | cff0c40a676337eb85bc57589bfe3436a9d21613 (patch) | |
tree | 4685bf59c11f898fad44f6e38cde3d16e43c723d /shell | |
parent | f3ed3d787ee3079c43760fe1ea1475cffdc1d8bb (diff) | |
download | busybox-w32-cff0c40a676337eb85bc57589bfe3436a9d21613.tar.gz busybox-w32-cff0c40a676337eb85bc57589bfe3436a9d21613.tar.bz2 busybox-w32-cff0c40a676337eb85bc57589bfe3436a9d21613.zip |
ps: add -o tty and -o rss support
1373 14 24 1411 583 busybox.t1/procps/ps.o
1462 14 24 1500 5dc busybox.t2/procps/ps.o
git-svn-id: svn://busybox.net/trunk/busybox@18496 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell')
-rw-r--r-- | shell/hush.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c index 08357ca77..56f2728f5 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -306,7 +306,7 @@ static void __syntax(const char *file, int line) | |||
306 | { | 306 | { |
307 | bb_error_msg("syntax error %s:%d", file, line); | 307 | bb_error_msg("syntax error %s:%d", file, line); |
308 | } | 308 | } |
309 | // NB: was __FILE__, but that produces full path sometimess, so... | 309 | // NB: was __FILE__, but that produces full path sometimes, so... |
310 | #define syntax() __syntax("hush.c", __LINE__) | 310 | #define syntax() __syntax("hush.c", __LINE__) |
311 | 311 | ||
312 | /* Index of subroutines: */ | 312 | /* Index of subroutines: */ |