summaryrefslogtreecommitdiff
path: root/ps.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-12-05 23:24:55 +0000
committerEric Andersen <andersen@codepoet.org>1999-12-05 23:24:55 +0000
commit0ecb54a0f3fece5e42f089036f059973bed8d87e (patch)
treee25c3d29c9c92fed488e03459b2aee558b1a8d25 /ps.c
parent14ec6cf3c224d53219b2713b0040dfa03314d5b3 (diff)
downloadbusybox-w32-0ecb54a0f3fece5e42f089036f059973bed8d87e.tar.gz
busybox-w32-0ecb54a0f3fece5e42f089036f059973bed8d87e.tar.bz2
busybox-w32-0ecb54a0f3fece5e42f089036f059973bed8d87e.zip
Stuf
Diffstat (limited to 'ps.c')
-rw-r--r--ps.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ps.c b/ps.c
index 1f6175318..4496faa31 100644
--- a/ps.c
+++ b/ps.c
@@ -28,6 +28,9 @@
28#include <fcntl.h> 28#include <fcntl.h>
29#include <ctype.h> 29#include <ctype.h>
30 30
31#if ! defined BB_FEATURE_USE_PROCFS
32#error Sorry, I depend on the /proc filesystem right now.
33#endif
31 34
32typedef struct proc_s { 35typedef struct proc_s {
33 char 36 char