diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-22 00:25:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-22 00:25:07 +0000 |
commit | 06adf5fb47e7b9847e066d7675f0bc9f35bcc5be (patch) | |
tree | af0e56a0f126fcca7a942bc151fea5b606db550f /networking | |
parent | 3ea05d32228a22aead8b33ca7343ea31bd507f40 (diff) | |
download | busybox-w32-06adf5fb47e7b9847e066d7675f0bc9f35bcc5be.tar.gz busybox-w32-06adf5fb47e7b9847e066d7675f0bc9f35bcc5be.tar.bz2 busybox-w32-06adf5fb47e7b9847e066d7675f0bc9f35bcc5be.zip |
2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of sys/signal.h.
Diffstat (limited to 'networking')
-rw-r--r-- | networking/arping.c | 2 | ||||
-rw-r--r-- | networking/ping.c | 2 | ||||
-rw-r--r-- | networking/ping6.c | 2 |
3 files changed, 3 insertions, 3 deletions
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> |