diff options
Diffstat (limited to 'usr.sbin/dvmrpd/graft.c')
-rw-r--r-- | usr.sbin/dvmrpd/graft.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/dvmrpd/graft.c b/usr.sbin/dvmrpd/graft.c index 7b2eab92c19..b3be63ded8d 100644 --- a/usr.sbin/dvmrpd/graft.c +++ b/usr.sbin/dvmrpd/graft.c @@ -1,4 +1,4 @@ -/* $OpenBSD: graft.c,v 1.2 2010/05/26 13:56:07 nicm Exp $ */ +/* $OpenBSD: graft.c,v 1.3 2014/10/25 03:23:49 lteo Exp $ */ /* * Copyright (c) 2005, 2006 Esben Norby <norby@openbsd.org> @@ -19,7 +19,6 @@ #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <arpa/inet.h> |