summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/bootp_subr.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-01-09 03:21:07 +0000
committereivind <eivind@FreeBSD.org>1998-01-09 03:21:07 +0000
commit57d4125c71b3563b2a3c7d5affee9ab7135c37bd (patch)
tree77f91d5f0cecf81cc5c3c0158d45692489a12764 /sys/nfsclient/bootp_subr.c
parent7b61fe3f84118cce43345d2934168de0c490c149 (diff)
downloadFreeBSD-src-57d4125c71b3563b2a3c7d5affee9ab7135c37bd.zip
FreeBSD-src-57d4125c71b3563b2a3c7d5affee9ab7135c37bd.tar.gz
Make the BOOTP family new-style options (in opt_bootp.h)
Diffstat (limited to 'sys/nfsclient/bootp_subr.c')
-rw-r--r--sys/nfsclient/bootp_subr.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/nfsclient/bootp_subr.c b/sys/nfsclient/bootp_subr.c
index a1e909d..1b668e9 100644
--- a/sys/nfsclient/bootp_subr.c
+++ b/sys/nfsclient/bootp_subr.c
@@ -1,4 +1,4 @@
-/* $Id: bootp_subr.c,v 1.5 1997/08/16 19:15:51 wollman Exp $ */
+/* $Id: bootp_subr.c,v 1.6 1997/10/28 15:59:02 bde Exp $ */
/*
* Copyright (c) 1995 Gordon Ross, Adam Glass
@@ -42,6 +42,8 @@
* $NetBSD: krpc_subr.c,v 1.10 1995/08/08 20:43:43 gwr Exp $
*/
+#include "opt_bootp.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
OpenPOWER on IntegriCloud