diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-07-17 23:06:05 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-07-17 23:06:05 +0000 |
commit | 236c08acc2012ad75245189ee68a788a2d7bf67a (patch) | |
tree | 68d8341c595529f9e2ef46cf1faf13f584f2d42b /sys/lib/libsa/netif.c | |
parent | d404d2c51676315b7f706eafc2ab99076bed2206 (diff) |
who needs this?
Diffstat (limited to 'sys/lib/libsa/netif.c')
-rw-r--r-- | sys/lib/libsa/netif.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/lib/libsa/netif.c b/sys/lib/libsa/netif.c index b4e70493dfe..d73c19e098d 100644 --- a/sys/lib/libsa/netif.c +++ b/sys/lib/libsa/netif.c @@ -1,4 +1,4 @@ -/* $OpenBSD: netif.c,v 1.4 1996/12/08 15:15:52 niklas Exp $ */ +/* $OpenBSD: netif.c,v 1.5 1997/07/17 23:06:04 mickey Exp $ */ /* $NetBSD: netif.c,v 1.7 1996/10/13 02:29:03 christos Exp $ */ /* @@ -36,7 +36,6 @@ #include <sys/types.h> #include <sys/cdefs.h> #include <sys/mount.h> -#include <time.h> #include <netinet/in.h> #include <netinet/in_systm.h> |