KERNEL -> _KERNEL

This commit is contained in:
jtc 1995-03-28 17:29:16 +00:00
parent ae0b9c2010
commit a5c856b8c8
2 changed files with 5 additions and 5 deletions

View File

@ -44,9 +44,9 @@
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <kvm.h> .Fd #include <kvm.h>
.Fd #include <sys/kinfo.h> .Fd #include <sys/kinfo.h>
.Fd #define KERNEL .Fd #define _KERNEL
.Fd #include <sys/file.h> .Fd #include <sys/file.h>
.Fd #undef KERNEL .Fd #undef _KERNEL
.\" .Fa kvm_t *kd .\" .Fa kvm_t *kd
.br .br
.Ft char * .Ft char *

View File

@ -1,4 +1,4 @@
.\" $NetBSD: dir.5,v 1.4 1994/11/30 19:31:14 jtc Exp $ .\" $NetBSD: dir.5,v 1.5 1995/03/28 17:30:20 jtc Exp $
.\" .\"
.\" Copyright (c) 1983, 1991, 1993 .\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -135,11 +135,11 @@ typedef struct _dirdesc {
#endif /* _POSIX_SOURCE */ #endif /* _POSIX_SOURCE */
#ifndef KERNEL #ifndef _KERNEL
#include <sys/cdefs.h> #include <sys/cdefs.h>
#endif /* !KERNEL */ #endif /* !_KERNEL */
#endif /* !_DIRENT_H_ */ #endif /* !_DIRENT_H_ */
.Ed .Ed