blob: 6e8823da764041557b55bb1028cfa09599308044 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ap,v 1.1.1.1 2004/07/17 23:49:26 dmcmahill Exp $
--- src/util/utunix.c.orig Tue Jan 27 11:09:18 2004
+++ src/util/utunix.c
@@ -38,7 +38,6 @@
#include <errno.h>
#include "util.h"
#include <sys/ioctl.h>
-#include <net/if.h>
#include <time.h>
jmp_buf utJmpBuf[UT_MAX_SETJMP_DEPTH];
|