aboutsummaryrefslogtreecommitdiff
path: root/ps.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-14 06:49:52 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-14 06:49:52 +0000
commitfad04fdd12604a46eff62875343515c33e1863c6 (patch)
tree7b840eb074878c454141ce76ba7328f4a8621f1b /ps.c
parentb870af09ae1892ab84dd089529675cc2df533e71 (diff)
downloadbusybox-w32-fad04fdd12604a46eff62875343515c33e1863c6.tar.gz
busybox-w32-fad04fdd12604a46eff62875343515c33e1863c6.tar.bz2
busybox-w32-fad04fdd12604a46eff62875343515c33e1863c6.zip
More cleanups.
-Erik
Diffstat (limited to 'ps.c')
-rw-r--r--ps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ps.c b/ps.c
index 682135944..99c9edaf7 100644
--- a/ps.c
+++ b/ps.c
@@ -126,7 +126,7 @@ extern int ps_main(int argc, char **argv)
126 char groupName[10] = ""; 126 char groupName[10] = "";
127 int len, i, c; 127 int len, i, c;
128#ifdef BB_FEATURE_AUTOWIDTH 128#ifdef BB_FEATURE_AUTOWIDTH
129 struct winsize win = { 0, 0 }; 129 struct winsize win = { 0, 0, 0, 0 };
130 int terminal_width = TERMINAL_WIDTH; 130 int terminal_width = TERMINAL_WIDTH;
131#else 131#else
132#define terminal_width TERMINAL_WIDTH 132#define terminal_width TERMINAL_WIDTH