aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1997-01-03 20:19:50 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1997-01-03 20:19:50 +0000
commit702a1d0148d33e08908c8bb8822dd65d9ffb6d7e (patch)
tree921b9687fd07168367a910cfcaa9fef197354830 /sbin
parent8766942543577317616764f8758dea3d27e1f1b8 (diff)
Notes
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ifconfig/ifconfig.c3
-rw-r--r--sbin/slattach/slattach.c3
-rw-r--r--sbin/startslip/startslip.c3
3 files changed, 6 insertions, 3 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c
index 0bd94ea2eb32..0a1bc90da081 100644
--- a/sbin/ifconfig/ifconfig.c
+++ b/sbin/ifconfig/ifconfig.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94";
*/
static const char rcsid[] =
- "$Id: ifconfig.c,v 1.20 1996/11/21 19:36:09 wollman Exp $";
+ "$Id: ifconfig.c,v 1.21 1996/12/10 17:07:17 wollman Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -52,6 +52,7 @@ static const char rcsid[] =
#include <sys/time.h>
#include <net/if.h>
+#include <net/if_var.h>
#include <net/if_dl.h>
#include <net/if_types.h>
#include <net/route.h>
diff --git a/sbin/slattach/slattach.c b/sbin/slattach/slattach.c
index 9ab7b31cce94..dcbdcd27a8a6 100644
--- a/sbin/slattach/slattach.c
+++ b/sbin/slattach/slattach.c
@@ -42,7 +42,7 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)slattach.c 4.6 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: slattach.c,v 1.21 1996/12/10 17:07:44 wollman Exp $";
+static char rcsid[] = "$Id: slattach.c,v 1.22 1996/12/10 21:25:42 wollman Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -64,6 +64,7 @@ static char rcsid[] = "$Id: slattach.c,v 1.21 1996/12/10 17:07:44 wollman Exp $"
#include <netinet/in.h>
#include <net/if.h>
+#include <net/if_var.h>
#include <net/slip.h>
#include <net/if_slvar.h>
diff --git a/sbin/startslip/startslip.c b/sbin/startslip/startslip.c
index 222d163877ae..feb0f908e2c8 100644
--- a/sbin/startslip/startslip.c
+++ b/sbin/startslip/startslip.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: startslip.c,v 1.18 1995/09/27 17:15:37 ache Exp $
+ * $Id: startslip.c,v 1.19 1996/12/10 17:07:48 wollman Exp $
*/
#ifndef lint
@@ -63,6 +63,7 @@ static char sccsid[] = "@(#)startslip.c 8.1 (Berkeley) 6/5/93";
#include <netinet/in.h>
#include <net/if.h>
+#include <net/if_var.h>
#include <net/if_slvar.h>
#include <net/slip.h>