diff options
| author | Roy Marples <roy@marples.name> | 2008-05-15 12:48:01 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-05-15 12:48:01 +0000 |
| commit | 9c308ff18f5ae688edaa3680a7d5adbd79b7be3a (patch) | |
| tree | 98adc707207faee200b77c796d36f3d3996ccdf7 /net.c | |
| parent | fe965fea17d9bb66994df6c10785b3f3d148d270 (diff) | |
| download | dhcpcd-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
