artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fef7f63
)
not necessary to define INET anymore
author
tedu
<tedu@openbsd.org>
Fri, 26 Dec 2014 05:47:23 +0000
(
05:47
+0000)
committer
tedu
<tedu@openbsd.org>
Fri, 26 Dec 2014 05:47:23 +0000
(
05:47
+0000)
usr.bin/netstat/route.c
patch
|
blob
|
history
diff --git
a/usr.bin/netstat/route.c
b/usr.bin/netstat/route.c
index
0f63d85
..
004d279
100644
(file)
--- a/
usr.bin/netstat/route.c
+++ b/
usr.bin/netstat/route.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: route.c,v 1.9
3 2013/11/25 12:48:39 bluhm Exp $
*/
+/* $OpenBSD: route.c,v 1.9
4 2014/12/26 05:47:23 tedu Exp $
*/
/* $NetBSD: route.c,v 1.15 1996/05/07 02:55:06 thorpej Exp $ */
/*
@@
-54,10
+54,6
@@
#include <string.h>
#include <unistd.h>
-#ifndef INET
-#define INET
-#endif
-
#include <netinet/ip_ipsp.h>
#include "netstat.h"