fix up new-arp goofups

This commit is contained in:
cgd 1997-03-18 07:27:58 +00:00
parent a8bb00476f
commit c944e200eb
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: setnetbootinfo.c,v 1.3 1997/03/15 18:09:15 is Exp $ */
/* $NetBSD: setnetbootinfo.c,v 1.4 1997/03/18 07:27:58 cgd Exp $ */
/*
* Copyright (c) 1997 Christopher G. Demetriou
@ -39,8 +39,7 @@
#include <sys/stat.h>
#include <sys/socket.h> /* XXX */
#include <net/if.h> /* XXX */
#include <netinet/in.h> /* XXX */
#include <sys/lib/libsa/if_ether.h>
#include <net/if_ether.h>
#include "stand/common/bbinfo.h"