diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-22 00:25:07 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-22 00:25:07 +0000 |
commit | 788bb63f5873caf2f20b3efe92ad15e0bb8a1645 (patch) | |
tree | af0e56a0f126fcca7a942bc151fea5b606db550f | |
parent | 3573e5855bac59defad2da29c77fd30c1012f636 (diff) | |
download | busybox-w32-788bb63f5873caf2f20b3efe92ad15e0bb8a1645.tar.gz busybox-w32-788bb63f5873caf2f20b3efe92ad15e0bb8a1645.tar.bz2 busybox-w32-788bb63f5873caf2f20b3efe92ad15e0bb8a1645.zip |
2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of sys/signal.h.
git-svn-id: svn://busybox.net/trunk/busybox@14595 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | e2fsprogs/fsck.c | 1 | ||||
-rw-r--r-- | loginutils/getty.c | 2 | ||||
-rw-r--r-- | networking/arping.c | 2 | ||||
-rw-r--r-- | networking/ping.c | 2 | ||||
-rw-r--r-- | networking/ping6.c | 2 |
5 files changed, 4 insertions, 5 deletions
diff --git a/e2fsprogs/fsck.c b/e2fsprogs/fsck.c index af76c4d21..4006c9112 100644 --- a/e2fsprogs/fsck.c +++ b/e2fsprogs/fsck.c | |||
@@ -27,7 +27,6 @@ | |||
27 | 27 | ||
28 | #include <sys/types.h> | 28 | #include <sys/types.h> |
29 | #include <sys/wait.h> | 29 | #include <sys/wait.h> |
30 | #include <sys/signal.h> | ||
31 | #include <sys/stat.h> | 30 | #include <sys/stat.h> |
32 | #include <limits.h> | 31 | #include <limits.h> |
33 | #include <stdio.h> | 32 | #include <stdio.h> |
diff --git a/loginutils/getty.c b/loginutils/getty.c index 1399118a5..24d579f75 100644 --- a/loginutils/getty.c +++ b/loginutils/getty.c | |||
@@ -21,7 +21,7 @@ | |||
21 | #include <sys/ioctl.h> | 21 | #include <sys/ioctl.h> |
22 | #include <errno.h> | 22 | #include <errno.h> |
23 | #include <sys/stat.h> | 23 | #include <sys/stat.h> |
24 | #include <sys/signal.h> | 24 | #include <signal.h> |
25 | #include <fcntl.h> | 25 | #include <fcntl.h> |
26 | #include <stdarg.h> | 26 | #include <stdarg.h> |
27 | #include <ctype.h> | 27 | #include <ctype.h> |
diff --git a/networking/arping.c b/networking/arping.c index b66dbff1e..b30cb535e 100644 --- a/networking/arping.c +++ b/networking/arping.c | |||
@@ -11,7 +11,7 @@ | |||
11 | */ | 11 | */ |
12 | 12 | ||
13 | #include <sys/ioctl.h> | 13 | #include <sys/ioctl.h> |
14 | #include <sys/signal.h> | 14 | #include <signal.h> |
15 | #include <sys/time.h> | 15 | #include <sys/time.h> |
16 | 16 | ||
17 | #include <errno.h> | 17 | #include <errno.h> |
diff --git a/networking/ping.c b/networking/ping.c index ecfd125ae..d33cb358f 100644 --- a/networking/ping.c +++ b/networking/ping.c | |||
@@ -17,7 +17,7 @@ | |||
17 | #include <sys/file.h> | 17 | #include <sys/file.h> |
18 | #include <sys/time.h> | 18 | #include <sys/time.h> |
19 | #include <sys/times.h> | 19 | #include <sys/times.h> |
20 | #include <sys/signal.h> | 20 | #include <signal.h> |
21 | 21 | ||
22 | #include <netinet/in.h> | 22 | #include <netinet/in.h> |
23 | #include <netinet/ip.h> | 23 | #include <netinet/ip.h> |
diff --git a/networking/ping6.c b/networking/ping6.c index a892a7e40..4e55081fb 100644 --- a/networking/ping6.c +++ b/networking/ping6.c | |||
@@ -39,7 +39,7 @@ | |||
39 | #include <sys/file.h> | 39 | #include <sys/file.h> |
40 | #include <sys/time.h> | 40 | #include <sys/time.h> |
41 | #include <sys/times.h> | 41 | #include <sys/times.h> |
42 | #include <sys/signal.h> | 42 | #include <signal.h> |
43 | 43 | ||
44 | #include <netinet/in.h> | 44 | #include <netinet/in.h> |
45 | #include <netinet/ip6.h> | 45 | #include <netinet/ip6.h> |