NFSCLIENT -> NFS

This commit is contained in:
thorpej 1997-01-31 02:17:46 +00:00
parent 2525eee053
commit 12cb3aaf21
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: freebsd_file.c,v 1.4 1996/09/03 03:12:17 mycroft Exp $ */
/* $NetBSD: freebsd_file.c,v 1.5 1997/01/31 02:17:46 thorpej Exp $ */
/*
* Copyright (c) 1995 Frank van der Linden
@ -523,7 +523,7 @@ freebsd_sys_statfs(p, v, retval)
return sys_statfs(p, uap, retval);
}
#ifdef NFSCLIENT
#ifdef NFS
int
freebsd_sys_getfh(p, v, retval)
struct proc *p;
@ -539,7 +539,7 @@ freebsd_sys_getfh(p, v, retval)
FREEBSD_CHECK_ALT_EXIST(p, &sg, SCARG(uap, fname));
return sys_getfh(p, uap, retval);
}
#endif /* NFSCLIENT */
#endif /* NFS */
int
freebsd_sys_stat(p, v, retval)

View File

@ -1,4 +1,4 @@
$NetBSD: syscalls.master,v 1.5 1996/09/20 16:19:27 christos Exp $
$NetBSD: syscalls.master,v 1.6 1997/01/31 02:17:47 thorpej Exp $
; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@ -276,7 +276,7 @@
152 UNIMPL
153 UNIMPL
154 UNIMPL
#if defined(NFSCLIENT) || defined(NFSSERVER)
#if defined(NFS) || defined(NFSSERVER)
155 NOARGS { int sys_nfssvc(int flag, caddr_t argp); }
#else
155 UNIMPL
@ -288,7 +288,7 @@
158 NOARGS { int sys_fstatfs(int fd, struct statfs *buf); }
159 UNIMPL
160 UNIMPL
#ifdef NFSCLIENT
#ifdef NFS
161 STD { int freebsd_sys_getfh(char *fname, fhandle_t *fhp); }
#else
161 UNIMPL getfh