diff options
| author | briggs <briggs@NetBSD.org> | 1995-03-29 21:57:43 +0000 |
|---|---|---|
| committer | briggs <briggs@NetBSD.org> | 1995-03-29 21:57:43 +0000 |
| commit | 6efcd1b6d4167c8a0cd55ed0668549bbc1986083 (patch) | |
| tree | 2f7ac98998d266ecde5fa6bed196e90ed68e52ba /sys/lib | |
| parent | 088449029783197651b6c4de7dbd60b375057171 (diff) | |
KERNEL -> _KERNEL
Diffstat (limited to 'sys/lib')
| -rw-r--r-- | sys/lib/libc_sa/printf.c | 6 | ||||
| -rw-r--r-- | sys/lib/libsa/if_ether.h | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/lib/libc_sa/printf.c b/sys/lib/libc_sa/printf.c index 26a66840f9e..33b5ee99ee5 100644 --- a/sys/lib/libc_sa/printf.c +++ b/sys/lib/libc_sa/printf.c @@ -1,4 +1,4 @@ -/* $NetBSD: printf.c,v 1.2 1994/10/26 05:36:52 cgd Exp $ */ +/* $NetBSD: printf.c,v 1.3 1995/03/29 21:57:43 briggs Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. @@ -65,9 +65,9 @@ * Note that stdarg.h and the ANSI style va_start macro is used for both * ANSI and traditional C compilers. */ -#define KERNEL +#define _KERNEL #include <machine/stdarg.h> -#undef KERNEL +#undef _KERNEL static void kprintn __P((u_long, int)); diff --git a/sys/lib/libsa/if_ether.h b/sys/lib/libsa/if_ether.h index d6941601a64..e6b46b689a9 100644 --- a/sys/lib/libsa/if_ether.h +++ b/sys/lib/libsa/if_ether.h @@ -1,4 +1,4 @@ -/* $NetBSD: if_ether.h,v 1.13 1995/03/26 20:32:21 jtc Exp $ */ +/* $NetBSD: if_ether.h,v 1.14 1995/03/29 22:09:27 briggs Exp $ */ /* * Copyright (c) 1982, 1986, 1993 @@ -146,7 +146,7 @@ struct sockaddr_inarp { #define RTF_USETRAILERS RTF_PROTO1 /* use trailers */ #define RTF_ANNOUNCE RTF_PROTO2 /* announce new arp entry */ -#ifdef KERNEL +#ifdef _KERNEL u_char etherbroadcastaddr[6]; u_char ether_ipmulticast_min[6]; u_char ether_ipmulticast_max[6]; |
