summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs_serv.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-09-10 20:22:32 +0000
committerphk <phk@FreeBSD.org>1997-09-10 20:22:32 +0000
commit7ef2e93b993137cd1a5efab0ba9236cec28ec144 (patch)
tree0c574ae7987ff36f18fb10a1d227a6ef63f22e33 /sys/nfs/nfs_serv.c
parenta300d400e95ae536e411be55d358e7ab886c2edf (diff)
downloadFreeBSD-src-7ef2e93b993137cd1a5efab0ba9236cec28ec144.zip
FreeBSD-src-7ef2e93b993137cd1a5efab0ba9236cec28ec144.tar.gz
Remove a couple of stubborn NetBSD #if's.
Diffstat (limited to 'sys/nfs/nfs_serv.c')
-rw-r--r--sys/nfs/nfs_serv.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/nfs/nfs_serv.c b/sys/nfs/nfs_serv.c
index 66d6467..b276f19 100644
--- a/sys/nfs/nfs_serv.c
+++ b/sys/nfs/nfs_serv.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_serv.c 8.3 (Berkeley) 1/12/94
- * $Id: nfs_serv.c,v 1.48 1997/09/02 01:19:33 bde Exp $
+ * $Id: nfs_serv.c,v 1.49 1997/09/10 19:52:25 phk Exp $
*/
/*
@@ -2099,11 +2099,7 @@ out:
if (!error) {
nqsrv_getl(vp, ND_WRITE);
nqsrv_getl(xp, ND_WRITE);
-#if defined(__NetBSD__) || defined(__FreeBSD__)
error = VOP_LINK(nd.ni_dvp, vp, &nd.ni_cnd);
-#else /* Lite2 version */
- error = VOP_LINK(vp, nd.ni_dvp, &nd.ni_cnd);
-#endif
} else {
VOP_ABORTOP(nd.ni_dvp, &nd.ni_cnd);
if (nd.ni_dvp == nd.ni_vp)
OpenPOWER on IntegriCloud