From f51150f268326af2e7b34d3ee8d0bb83377c6e60 Mon Sep 17 00:00:00 2001 From: Pedro Martelletto Date: Fri, 22 Sep 2006 15:29:58 +0000 Subject: Remove LFS system calls from here too --- sys/compat/freebsd/syscalls.master | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'sys/compat/freebsd') 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); } -- cgit v1.2.3