not necessary to define INET anymore
authortedu <tedu@openbsd.org>
Fri, 26 Dec 2014 05:47:23 +0000 (05:47 +0000)
committertedu <tedu@openbsd.org>
Fri, 26 Dec 2014 05:47:23 +0000 (05:47 +0000)
usr.bin/netstat/route.c

index 0f63d85..004d279 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: route.c,v 1.93 2013/11/25 12:48:39 bluhm Exp $        */
+/*     $OpenBSD: route.c,v 1.94 2014/12/26 05:47:23 tedu Exp $ */
 /*     $NetBSD: route.c,v 1.15 1996/05/07 02:55:06 thorpej Exp $       */
 
 /*
 #include <string.h>
 #include <unistd.h>
 
-#ifndef INET
-#define INET
-#endif
-
 #include <netinet/ip_ipsp.h>
 #include "netstat.h"