diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2006-09-22 15:29:58 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2006-09-22 15:29:58 +0000 |
commit | f51150f268326af2e7b34d3ee8d0bb83377c6e60 (patch) | |
tree | 355d46225d10bf1d62f7113f8932ca66f39fca50 /sys | |
parent | a9db9d2dd75dda020314e6cdcb0f7a36c53d42e1 (diff) |
Remove LFS system calls from here too
Diffstat (limited to 'sys')
-rw-r--r-- | sys/compat/bsdos/syscalls.master | 11 | ||||
-rw-r--r-- | sys/compat/freebsd/syscalls.master | 11 | ||||
-rw-r--r-- | sys/compat/netbsd/syscalls.master | 11 |
3 files changed, 3 insertions, 30 deletions
diff --git a/sys/compat/bsdos/syscalls.master b/sys/compat/bsdos/syscalls.master index f5524cf221a..a2dd6c5408a 100644 --- a/sys/compat/bsdos/syscalls.master +++ b/sys/compat/bsdos/syscalls.master @@ -1,4 +1,4 @@ - $OpenBSD: syscalls.master,v 1.16 2005/06/17 20:39:14 millert Exp $ + $OpenBSD: syscalls.master,v 1.17 2006/09/22 15:29:57 pedro Exp $ ; OpenBSD COMPAT_BSDOS system call name/number "master" file. ; (See syscalls.conf to see what it is processed into.) @@ -324,19 +324,10 @@ 181 NOARGS { int sys_setgid(gid_t gid); } 182 NOARGS { int sys_setegid(gid_t egid); } 183 NOARGS { int sys_seteuid(uid_t euid); } -#ifdef LFS -184 NOARGS { int lfs_bmapv(fsid_t *fsidp, \ - struct block_info *blkiov, int blkcnt); } -185 NOARGS { int lfs_markv(fsid_t *fsidp, \ - struct block_info *blkiov, int blkcnt); } -186 NOARGS { int lfs_segclean(fsid_t *fsidp, u_long segment); } -187 NOARGS { int lfs_segwait(fsid_t *fsidp, struct timeval *tv); } -#else 184 UNIMPL 185 UNIMPL 186 UNIMPL 187 UNIMPL -#endif 188 NOARGS { int compat_35_sys_stat(char *path, \ struct stat35 *ub); } stat35 189 NOARGS { int compat_35_sys_fstat(int fd, \ diff --git a/sys/compat/freebsd/syscalls.master b/sys/compat/freebsd/syscalls.master index 7b3435ab073..68fc621bab0 100644 --- a/sys/compat/freebsd/syscalls.master +++ b/sys/compat/freebsd/syscalls.master @@ -1,4 +1,4 @@ - $OpenBSD: syscalls.master,v 1.29 2006/02/07 01:34:21 brad Exp $ + $OpenBSD: syscalls.master,v 1.30 2006/09/22 15:29:57 pedro Exp $ ; $NetBSD: syscalls.master,v 1.3 1995/10/10 18:28:40 mycroft Exp $ ; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94 @@ -351,19 +351,10 @@ 181 NOARGS { int sys_setgid(gid_t gid); } 182 NOARGS { int sys_setegid(gid_t egid); } 183 NOARGS { int sys_seteuid(uid_t euid); } -#ifdef LFS -184 NOARGS { int lfs_bmapv(fsid_t *fsidp, \ - struct block_info *blkiov, int blkcnt); } -185 NOARGS { int lfs_markv(fsid_t *fsidp, \ - struct block_info *blkiov, int blkcnt); } -186 NOARGS { int lfs_segclean(fsid_t *fsidp, u_long segment); } -187 NOARGS { int lfs_segwait(fsid_t *fsidp, struct timeval *tv); } -#else 184 UNIMPL 185 UNIMPL 186 UNIMPL 187 UNIMPL -#endif 188 STD { int freebsd_sys_stat(char *path, struct stat35 *ub); } 189 NOARGS { int compat_35_sys_fstat(int fd, \ struct stat35 *sb); } diff --git a/sys/compat/netbsd/syscalls.master b/sys/compat/netbsd/syscalls.master index 543e0b8b6d9..acead8d84ac 100644 --- a/sys/compat/netbsd/syscalls.master +++ b/sys/compat/netbsd/syscalls.master @@ -1,4 +1,4 @@ -; $OpenBSD: syscalls.master,v 1.25 2005/06/17 20:39:14 millert Exp $ +; $OpenBSD: syscalls.master,v 1.26 2006/09/22 15:29:57 pedro Exp $ ; @(#)syscalls.master 8.2 (Berkeley) 1/13/94 @@ -383,19 +383,10 @@ 181 NOARGS { int sys_setgid(gid_t gid); } 182 NOARGS { int sys_setegid(gid_t egid); } 183 NOARGS { int sys_seteuid(uid_t euid); } -#ifdef LFS -184 NOARGS { int lfs_bmapv(fsid_t *fsidp, \ - struct block_info *blkiov, int blkcnt); } -185 NOARGS { int lfs_markv(fsid_t *fsidp, \ - struct block_info *blkiov, int blkcnt); } -186 NOARGS { int lfs_segclean(fsid_t *fsidp, u_long segment); } -187 NOARGS { int lfs_segwait(fsid_t *fsidp, struct timeval *tv); } -#else 184 UNIMPL 185 UNIMPL 186 UNIMPL 187 UNIMPL -#endif 188 STD { int netbsd_sys_stat(char *path, struct stat35 *ub); } 189 NOARGS { int sys_fstat(int fd, struct stat35 *sb); } 190 STD { int netbsd_sys_lstat(char *path, struct stat35 *ub); } |