diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-01 22:43:49 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-01 22:43:49 +0000 |
commit | a773090651a1d7b61974fbd637826668e7061449 (patch) | |
tree | 47dca5ab2df8982ea929c902216bca6bf9c31f44 /ps.c | |
parent | deaca5da3373819de42ee9204f93fa8cfa3f48a5 (diff) | |
download | busybox-w32-a773090651a1d7b61974fbd637826668e7061449.tar.gz busybox-w32-a773090651a1d7b61974fbd637826668e7061449.tar.bz2 busybox-w32-a773090651a1d7b61974fbd637826668e7061449.zip |
Apply a patch from Larry Doolittle to add "-all" and "-none" switches
to multibuild.pl. I did a little formatting adjustments to make it
_very_ obvious when things stop working. I also removed the USE_PROCFS
config option -- just do the right thing when USE_DEVPS_PATCH is enabled.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@1739 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'ps.c')
-rw-r--r-- | ps.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -52,10 +52,6 @@ static const int TERMINAL_WIDTH = 79; /* not 80 in case terminal has linefo | |||
52 | * the one using the /proc virtual filesystem. | 52 | * the one using the /proc virtual filesystem. |
53 | */ | 53 | */ |
54 | 54 | ||
55 | #if ! defined BB_FEATURE_USE_PROCFS | ||
56 | #error Sorry, I depend on the /proc filesystem right now. | ||
57 | #endif | ||
58 | |||
59 | typedef struct proc_s { | 55 | typedef struct proc_s { |
60 | char | 56 | char |
61 | cmd[16]; /* basename of executable file in call to exec(2) */ | 57 | cmd[16]; /* basename of executable file in call to exec(2) */ |