From: tedu Date: Fri, 26 Dec 2014 05:47:23 +0000 (+0000) Subject: not necessary to define INET anymore X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d7650a509d7ade6c409c9fffdd71afdcf2ff1fa7;p=openbsd not necessary to define INET anymore --- diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c index 0f63d85d482..004d2794410 100644 --- a/usr.bin/netstat/route.c +++ b/usr.bin/netstat/route.c @@ -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 $ */ /* @@ -54,10 +54,6 @@ #include #include -#ifndef INET -#define INET -#endif - #include #include "netstat.h"