git.wh0rd.org
/
sysvinit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Get more help from gcc, add -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2...
[sysvinit.git]
/
src
/
ifdown.c
diff --git
a/src/ifdown.c
b/src/ifdown.c
index 3048a359a0fc2779a2b78e3ed286d3a7c3c96797..a2b3bc5da70cc41239b9fa7be61e06410f2695e8 100644
(file)
--- a/
src/ifdown.c
+++ b/
src/ifdown.c
@@
-26,11
+26,11
@@
char *v_ifdown = "@(#)ifdown.c 1.11 02-Jun-1998 miquels@cistron.nl";
#include <unistd.h>
#include <time.h>
#include <string.h>
+#include <errno.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/time.h>
-#include <sys/errno.h>
#include <net/if.h>
#include <netinet/in.h>