summaryrefslogtreecommitdiffstats
path: root/sys/net/if_media.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-05-03 20:58:10 +0000
committerpeter <peter@FreeBSD.org>1997-05-03 20:58:10 +0000
commit044c005b64dd398021c3f5a12f94fe8b2c80599b (patch)
tree8c2bc62d2199de4a9ecb697f53799c9a62fd8e28 /sys/net/if_media.h
parent74ccfd4ea11e23a84d3e3b7535fbb85b455f2f6e (diff)
downloadFreeBSD-src-044c005b64dd398021c3f5a12f94fe8b2c80599b.zip
FreeBSD-src-044c005b64dd398021c3f5a12f94fe8b2c80599b.tar.gz
Make it compile on FreeBSD, add $Id$
Diffstat (limited to 'sys/net/if_media.h')
-rw-r--r--sys/net/if_media.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/net/if_media.h b/sys/net/if_media.h
index 08d0561..b79194f 100644
--- a/sys/net/if_media.h
+++ b/sys/net/if_media.h
@@ -1,4 +1,5 @@
/* $NetBSD: if_media.h,v 1.3 1997/03/26 01:19:27 thorpej Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1997
@@ -49,7 +50,7 @@
* to implement this interface.
*/
-#ifdef _KERNEL
+#ifdef KERNEL
#include <sys/queue.h>
@@ -100,7 +101,7 @@ void ifmedia_set __P((struct ifmedia *ifm, int mword));
int ifmedia_ioctl __P((struct ifnet *ifp, struct ifreq *ifr,
struct ifmedia *ifm, u_long cmd));
-#endif /*_KERNEL */
+#endif /*KERNEL */
/*
* if_media Options word:
OpenPOWER on IntegriCloud