diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-08-10 17:59:11 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-08-10 17:59:11 +0000 |
commit | 88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4 (patch) | |
tree | 4871d5fdfd0c601396ef4651c3d1458bedb5a854 /procps | |
parent | 40406e6bad9abcd58977ed92194c9061d85c9e47 (diff) | |
download | busybox-88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4.tar.gz |
Some #include updates.
-Erik
Diffstat (limited to 'procps')
-rw-r--r-- | procps/kill.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/procps/kill.c b/procps/kill.c index da46620dd..dc48d4337 100644 --- a/procps/kill.c +++ b/procps/kill.c @@ -28,7 +28,6 @@ #include <unistd.h> #include <signal.h> #include <ctype.h> -#include <sys/stat.h> #include <unistd.h> #define KILL 0 |