diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2009-05-12 23:25:09 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2009-05-12 23:25:09 +0000 |
commit | 85cd3778c5fcb7b922f3dd1c0deb887fcfc4e3b1 (patch) | |
tree | 5a1a783393b5e9dbc505168c59ac365afe081dc0 /sbin/mount_nfs/mount_nfs.c | |
parent | dfd22c13631653548cdd19a2a4d9a2077c336fe7 (diff) |
don't define _KERNEL. Theres no need and its gross.
Diffstat (limited to 'sbin/mount_nfs/mount_nfs.c')
-rw-r--r-- | sbin/mount_nfs/mount_nfs.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/mount_nfs/mount_nfs.c b/sbin/mount_nfs/mount_nfs.c index 87d9c6962b0..fd5e4de9efa 100644 --- a/sbin/mount_nfs/mount_nfs.c +++ b/sbin/mount_nfs/mount_nfs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mount_nfs.c,v 1.47 2006/11/10 17:30:34 grunk Exp $ */ +/* $OpenBSD: mount_nfs.c,v 1.48 2009/05/12 23:25:08 thib Exp $ */ /* $NetBSD: mount_nfs.c,v 1.12.4.1 1996/05/25 22:48:05 fvdl Exp $ */ /* @@ -60,9 +60,7 @@ static char rcsid[] = "$NetBSD: mount_nfs.c,v 1.12.4.1 1996/05/25 22:48:05 fvdl #include <nfs/rpcv2.h> #include <nfs/nfsproto.h> -#define _KERNEL #include <nfs/nfs.h> -#undef _KERNEL #include <arpa/inet.h> |