remove _KERNEL hack.
This commit is contained in:
parent
6f30440f90
commit
93fa2d7018
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: mount_nfs.c,v 1.40 2003/04/11 17:39:09 christos Exp $ */
|
||||
/* $NetBSD: mount_nfs.c,v 1.41 2003/05/05 13:23:10 yamt Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993, 1994
|
||||
@ -46,7 +46,7 @@ __COPYRIGHT("@(#) Copyright (c) 1992, 1993, 1994\n\
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)mount_nfs.c 8.11 (Berkeley) 5/4/95";
|
||||
#else
|
||||
__RCSID("$NetBSD: mount_nfs.c,v 1.40 2003/04/11 17:39:09 christos Exp $");
|
||||
__RCSID("$NetBSD: mount_nfs.c,v 1.41 2003/05/05 13:23:10 yamt Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
@ -71,9 +71,7 @@ __RCSID("$NetBSD: mount_nfs.c,v 1.40 2003/04/11 17:39:09 christos Exp $");
|
||||
|
||||
#include <nfs/rpcv2.h>
|
||||
#include <nfs/nfsproto.h>
|
||||
#define _KERNEL
|
||||
#include <nfs/nfs.h>
|
||||
#undef _KERNEL
|
||||
#include <nfs/nqnfs.h>
|
||||
#include <nfs/nfsmount.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user