request the COMPAT_30 getfh in the master files. (Changes to the generated

ones would be lost.)
This commit is contained in:
pavel 2006-07-13 23:38:57 +00:00
parent a360a47f63
commit 6ac5157e79
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: syscalls.master,v 1.62 2005/12/11 12:20:23 christos Exp $
$NetBSD: syscalls.master,v 1.63 2006/07/13 23:38:57 pavel Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@ -263,7 +263,7 @@
159 STD { int sunos_sys_unmount(char *path); }
#ifdef NFS
160 NOARGS { int async_daemon(void); }
161 NOARGS { int sys_getfh(char *fname, fhandle_t *fhp); }
161 NOARGS { int compat_30_sys_getfh(char *fname, fhandle_t *fhp); }
#else
160 UNIMPL
161 UNIMPL

View File

@ -1,4 +1,4 @@
; $NetBSD: syscalls.master,v 1.12 2005/12/11 12:20:23 christos Exp $
; $NetBSD: syscalls.master,v 1.13 2006/07/13 23:38:57 pavel Exp $
; from :NetBSD: syscalls.master,v 1.57 2000/12/09 07:10:36 mycroft Exp
@ -264,7 +264,7 @@
159 STD { int sunos32_sys_unmount(netbsd32_charp path); }
#ifdef NFS
160 NOARGS { int async_daemon(void); }
161 NOARGS { int sys_getfh(netbsd32_charp fname, netbsd32_fhandlep_t fhp); }
161 NOARGS { int compat_30_sys_getfh(netbsd32_charp fname, netbsd32_fhandlep_t fhp); }
#else
160 UNIMPL
161 UNIMPL