aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Passe <fsmp@FreeBSD.org>1997-08-21 09:01:00 +0000
committerSteve Passe <fsmp@FreeBSD.org>1997-08-21 09:01:00 +0000
commite6b54a1659b3b9976714db9d9ff6aabe2412c187 (patch)
treeb69774b749d518f5e2864a27a76741dad5d89b9c
parent831b792e7f9d4aa51b5d6afd65aebbd3d0910842 (diff)
Notes
-rw-r--r--sys/i386/isa/if_le.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/if_le.c b/sys/i386/isa/if_le.c
index e96c87c084b3..a5ea8908a51c 100644
--- a/sys/i386/isa/if_le.c
+++ b/sys/i386/isa/if_le.c
@@ -21,7 +21,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_le.c,v 1.38 1997/07/20 14:10:00 bde Exp $
+ * $Id: if_le.c,v 1.39 1997/08/21 07:55:10 fsmp Exp $
*/
/*
@@ -39,6 +39,7 @@
#if NLE > 0
#include <sys/param.h>
+#include <sys/conf.h>
#include <sys/systm.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
@@ -79,7 +80,6 @@
#endif
/* Forward declarations */
-void le_intr __P((int unit));
typedef struct le_softc le_softc_t;
typedef struct le_board le_board_t;