diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-05-25 17:57:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-05-25 17:57:43 +0000 |
commit | 5cb52a3c7ed7a0e333b64ba559e43946fa7ef700 (patch) | |
tree | f3e2b3a0369109a91f3ff2e171854107eb6eeecd | |
parent | c4a8ad7b79ce710708fd7d5af84bf9f13fdd2ab0 (diff) |
do not need sys/protosw.h
-rw-r--r-- | sbin/route/show.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/route/show.c b/sbin/route/show.c index 056679a3913..62731ebdadd 100644 --- a/sbin/route/show.c +++ b/sbin/route/show.c @@ -1,4 +1,4 @@ -/* $OpenBSD: show.c,v 1.69 2008/05/08 07:10:51 claudio Exp $ */ +/* $OpenBSD: show.c,v 1.70 2008/05/25 17:57:42 deraadt Exp $ */ /* $NetBSD: show.c,v 1.1 1996/11/15 18:01:41 gwr Exp $ */ /* @@ -31,7 +31,6 @@ */ #include <sys/param.h> -#include <sys/protosw.h> #include <sys/socket.h> #include <sys/mbuf.h> #include <sys/sysctl.h> |