diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-06-28 07:06:55 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-06-28 07:06:55 +0000 |
| commit | 9879652657e2c097598094935210280424a76b28 (patch) | |
| tree | f6518f7033ff690afced21b4024457807f07fd16 /sys/nfsclient | |
| parent | c5f944ee5ab111c903430e2d7c175d1dd8097ad1 (diff) | |
Notes
Diffstat (limited to 'sys/nfsclient')
| -rw-r--r-- | sys/nfsclient/nfs_vnops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfsclient/nfs_vnops.c b/sys/nfsclient/nfs_vnops.c index 769b0bb57813..eb2e29765dfa 100644 --- a/sys/nfsclient/nfs_vnops.c +++ b/sys/nfsclient/nfs_vnops.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_vnops.c 8.5 (Berkeley) 2/13/94 - * $Id: nfs_vnops.c,v 1.15 1995/05/30 08:12:49 rgrimes Exp $ + * $Id: nfs_vnops.c,v 1.16 1995/06/27 11:06:53 dfr Exp $ */ /* @@ -1651,7 +1651,7 @@ nfs_link(ap) struct componentname *a_cnp; } */ *ap; { -#if defined(__FreeBSD__) || defined(__NetBSD__) +#if defined(__NetBSD__) /* * Since the args are reversed in the VOP_LINK() calls, * switch them back. Argh! |
