NFSCLIENT -> NFS

This commit is contained in:
thorpej 1997-01-31 02:18:54 +00:00
parent b266dedfc8
commit 83b3ffe116
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: sunos_misc.c,v 1.75 1996/12/28 22:37:03 cjs Exp $ */ /* $NetBSD: sunos_misc.c,v 1.76 1997/01/31 02:18:54 thorpej Exp $ */
/* /*
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
@ -384,7 +384,7 @@ sunos_sys_mount(p, v, retval)
return (sys_mount(p, (struct sys_mount_args *)uap, retval)); return (sys_mount(p, (struct sys_mount_args *)uap, retval));
} }
#if defined(NFSCLIENT) #if defined(NFS)
int int
async_daemon(p, v, retval) async_daemon(p, v, retval)
struct proc *p; struct proc *p;
@ -398,7 +398,7 @@ async_daemon(p, v, retval)
return (sys_nfssvc(p, &ouap, retval)); return (sys_nfssvc(p, &ouap, retval));
} }
#endif /* NFSCLIENT */ #endif /* NFS */
int int
sunos_sys_sigpending(p, v, retval) sunos_sys_sigpending(p, v, retval)

View File

@ -1,4 +1,4 @@
$NetBSD: syscalls.master,v 1.38 1996/09/07 14:22:01 mycroft Exp $ $NetBSD: syscalls.master,v 1.39 1997/01/31 02:18:56 thorpej Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@ -247,7 +247,7 @@
158 STD { int sunos_sys_fstatfs(int fd, \ 158 STD { int sunos_sys_fstatfs(int fd, \
struct sunos_statfs *buf); } struct sunos_statfs *buf); }
159 STD { int sunos_sys_unmount(char *path); } 159 STD { int sunos_sys_unmount(char *path); }
#ifdef NFSCLIENT #ifdef NFS
160 NOARGS { int async_daemon(void); } 160 NOARGS { int async_daemon(void); }
161 NOARGS { int sys_getfh(char *fname, fhandle_t *fhp); } 161 NOARGS { int sys_getfh(char *fname, fhandle_t *fhp); }
#else #else