blob: 1ed3cb49a358e71fbba59d78ae2091057da1d04a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-aa,v 1.1 2006/03/14 02:07:32 joerg Exp $
--- getmac.c.orig 2006-03-14 02:05:27.000000000 +0000
+++ getmac.c
@@ -47,7 +47,9 @@
#include <sys/types.h>
#include <sys/param.h>
#include <sys/time.h>
+#if !defined(__DragonFly__)
#include <sys/proc.h>
+#endif
#include <sys/socket.h>
#include <net/if.h>
|