summaryrefslogtreecommitdiffstats
path: root/net.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-05-15 12:48:01 +0000
committerRoy Marples <roy@marples.name>2008-05-15 12:48:01 +0000
commit9c308ff18f5ae688edaa3680a7d5adbd79b7be3a (patch)
tree98adc707207faee200b77c796d36f3d3996ccdf7 /net.c
parentfe965fea17d9bb66994df6c10785b3f3d148d270 (diff)
downloaddhcpcd-9c308ff18f5ae688edaa3680a7d5adbd79b7be3a.tar.xz
Move signal.{c,h} to signals.{c.h} so we can work better in the NetBSD source tree.
Diffstat (limited to 'net.c')
-rw-r--r--net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.c b/net.c
index 490d59a9..cca1465f 100644
--- a/net.c
+++ b/net.c
@@ -62,7 +62,7 @@
#include "dhcp.h"
#include "logger.h"
#include "net.h"
-#include "signal.h"
+#include "signals.h"
int
inet_ntocidr(struct in_addr address)