diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-12-29 05:07:58 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-12-29 05:07:58 +0000 |
| commit | c447342094276b4d604449bb776063c7b88c4992 (patch) | |
| tree | ef56d86971063bc4ba98e49e723dab1d7ebf8a56 /sys/miscfs/procfs | |
| parent | 664a31e4967a61ec61870f45adc2f1400617993e (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/procfs')
| -rw-r--r-- | sys/miscfs/procfs/procfs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/miscfs/procfs/procfs.h b/sys/miscfs/procfs/procfs.h index 1402a7c82f2c..f0000267b5d7 100644 --- a/sys/miscfs/procfs/procfs.h +++ b/sys/miscfs/procfs/procfs.h @@ -83,7 +83,7 @@ struct pfsnode { /* * Kernel stuff follows */ -#ifdef KERNEL +#ifdef _KERNEL #define CNEQ(cnp, s, len) \ ((cnp)->cn_namelen == (len) && \ (bcmp((s), (cnp)->cn_nameptr, (len)) == 0)) @@ -159,4 +159,4 @@ extern vop_t **procfs_vnodeop_p; int procfs_root __P((struct mount *, struct vnode **)); int procfs_rw __P((struct vop_read_args *)); -#endif /* KERNEL */ +#endif /* _KERNEL */ |
