diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-12-05 23:24:55 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-12-05 23:24:55 +0000 |
commit | 0ecb54a0f3fece5e42f089036f059973bed8d87e (patch) | |
tree | e25c3d29c9c92fed488e03459b2aee558b1a8d25 /ps.c | |
parent | 14ec6cf3c224d53219b2713b0040dfa03314d5b3 (diff) | |
download | busybox-0ecb54a0f3fece5e42f089036f059973bed8d87e.tar.gz |
Stuf
Diffstat (limited to 'ps.c')
-rw-r--r-- | ps.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,9 @@ #include <fcntl.h> #include <ctype.h> +#if ! defined BB_FEATURE_USE_PROCFS +#error Sorry, I depend on the /proc filesystem right now. +#endif typedef struct proc_s { char |