summaryrefslogtreecommitdiffstats
path: root/sys/netatm/port.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-10-12 07:42:34 +0000
committerphk <phk@FreeBSD.org>2000-10-12 07:42:34 +0000
commitacecaa1fc20521bb074aac431cdae4193ce27ee6 (patch)
treed6b40770b3946bce9efff1787a71d0a4c5e81e06 /sys/netatm/port.h
parent1324e3deb9c9197e7d69099fb8758c7d54d0f5be (diff)
downloadFreeBSD-src-acecaa1fc20521bb074aac431cdae4193ce27ee6.zip
FreeBSD-src-acecaa1fc20521bb074aac431cdae4193ce27ee6.tar.gz
More HARP polishina:
unifdef -UFORE_SBUS -DFORE_PCI s/ATM_KERNEL/_KERNER/g
Diffstat (limited to 'sys/netatm/port.h')
-rw-r--r--sys/netatm/port.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netatm/port.h b/sys/netatm/port.h
index d9a0b13..ca111c7 100644
--- a/sys/netatm/port.h
+++ b/sys/netatm/port.h
@@ -72,7 +72,7 @@
* Zeros len bytes of data from addr.
*
*/
-#ifdef ATM_KERNEL
+#ifdef _KERNEL
#if (defined(BSD) && (BSD >= 199103))
#include <sys/malloc.h>
#define KM_ALLOC(size, type, flags) malloc((size), (type), (flags))
@@ -119,10 +119,10 @@
#endif
#define XM_COPY(f, t, l) UM_COPY((f), (t), (l))
-#endif /* ATM_KERNEL */
+#endif /* _KERNEL */
-#ifdef ATM_KERNEL
+#ifdef _KERNEL
/*
* Kernel buffers
*
@@ -526,7 +526,7 @@ typedef int KTimeout_ret;
#define KT_TIME(t) ((t) = time)
#endif
-#endif /* ATM_KERNEL */
+#endif /* _KERNEL */
#ifndef NTOHL
#if BYTE_ORDER == BIG_ENDIAN
OpenPOWER on IntegriCloud