summaryrefslogtreecommitdiff
path: root/sys/nfsclient/bootp_subr.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-10-28 15:59:26 +0000
committerBruce Evans <bde@FreeBSD.org>1997-10-28 15:59:26 +0000
commit55b211e3af2a3fd1e1a04e5c4e2f005d5d4a9af2 (patch)
tree40c7d40a52f2c032e0e2633ac1a1ebd7bb26f676 /sys/nfsclient/bootp_subr.c
parent734091be671b5ef2d73da392369d73cb3fcc3d9c (diff)
Notes
Diffstat (limited to 'sys/nfsclient/bootp_subr.c')
-rw-r--r--sys/nfsclient/bootp_subr.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/nfsclient/bootp_subr.c b/sys/nfsclient/bootp_subr.c
index b1fd7161dc6b..a1e909dfb7fe 100644
--- a/sys/nfsclient/bootp_subr.c
+++ b/sys/nfsclient/bootp_subr.c
@@ -1,4 +1,4 @@
-/* $Id: bootp_subr.c,v 1.4 1997/06/12 14:08:20 tegge Exp $ */
+/* $Id: bootp_subr.c,v 1.5 1997/08/16 19:15:51 wollman Exp $ */
/*
* Copyright (c) 1995 Gordon Ross, Adam Glass
@@ -45,12 +45,10 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
-#include <sys/conf.h>
#include <sys/sockio.h>
#include <sys/proc.h>
#include <sys/mount.h>
#include <sys/mbuf.h>
-#include <sys/reboot.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
@@ -60,7 +58,6 @@
#include <netinet/in.h>
#include <net/if_types.h>
#include <net/if_dl.h>
-#include <netinet/if_ether.h>
#include <nfs/rpcv2.h>
#include <nfs/nfsproto.h>