diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-08-10 17:59:11 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-08-10 17:59:11 +0000 |
commit | 1d6765bf86d1a0fe9d73577f6004d4163b83508c (patch) | |
tree | 4871d5fdfd0c601396ef4651c3d1458bedb5a854 /procps/kill.c | |
parent | 93a8e14d2287c060e06ae8799a24f2b445417488 (diff) | |
download | busybox-w32-1d6765bf86d1a0fe9d73577f6004d4163b83508c.tar.gz busybox-w32-1d6765bf86d1a0fe9d73577f6004d4163b83508c.tar.bz2 busybox-w32-1d6765bf86d1a0fe9d73577f6004d4163b83508c.zip |
Some #include updates.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@946 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'procps/kill.c')
-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 @@ | |||
28 | #include <unistd.h> | 28 | #include <unistd.h> |
29 | #include <signal.h> | 29 | #include <signal.h> |
30 | #include <ctype.h> | 30 | #include <ctype.h> |
31 | #include <sys/stat.h> | ||
32 | #include <unistd.h> | 31 | #include <unistd.h> |
33 | 32 | ||
34 | #define KILL 0 | 33 | #define KILL 0 |