summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-01-30 11:34:06 +0000
committerphk <phk@FreeBSD.org>1998-01-30 11:34:06 +0000
commitbb6f7d81848b2eb1824d84f879b0cb678f9dc489 (patch)
tree8411aa7d70cac5226cb42ea1bf85f4668f9fec43 /sys/kern/syscalls.master
parentbd0dfc98dbaec16bd726143f3b44c1c0cd4f175d (diff)
downloadFreeBSD-src-bb6f7d81848b2eb1824d84f879b0cb678f9dc489.zip
FreeBSD-src-bb6f7d81848b2eb1824d84f879b0cb678f9dc489.tar.gz
Retire LFS.
If you want to play with it, you can find the final version of the code in the repository the tag LFS_RETIREMENT. If somebody makes LFS work again, adding it back is certainly desireable, but as it is now nobody seems to care much about it, and it has suffered considerable bitrot since its somewhat haphazard integration. R.I.P
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r--sys/kern/syscalls.master23
1 files changed, 5 insertions, 18 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index d2998e2..43a5a9b 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -1,4 +1,4 @@
- $Id: syscalls.master,v 1.45 1998/01/01 17:07:46 alex Exp $
+ $Id: syscalls.master,v 1.46 1998/01/24 02:54:35 eivind Exp $
; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
;
; System call name/number master file.
@@ -24,8 +24,6 @@
; #ifdef's, etc. may be included, and are copied to the output files.
-#include "opt_lfs.h"
-
#include <sys/param.h>
#include <sys/sysent.h>
#include <sys/sysproto.h>
@@ -280,21 +278,10 @@
181 STD POSIX { int setgid(gid_t gid); }
182 STD BSD { int setegid(gid_t egid); }
183 STD BSD { int seteuid(uid_t euid); }
-#ifdef LFS
-184 STD BSD { int lfs_bmapv(struct fsid **fsidp, \
- struct block_info *blkiov, int blkcnt); }
-185 STD BSD { int lfs_markv(struct fsid **fsidp, \
- struct block_info *blkiov, int blkcnt); }
-186 STD BSD { int lfs_segclean(struct fsid **fsidp, \
- u_long segment); }
-187 STD BSD { int lfs_segwait(struct fsid **fsidp, \
- struct timeval *tv); }
-#else
-184 UNIMPL BSD nosys
-185 UNIMPL BSD nosys
-186 UNIMPL BSD nosys
-187 UNIMPL BSD nosys
-#endif
+184 UNIMPL BSD lfs_bmapv
+185 UNIMPL BSD lfs_markv
+186 UNIMPL BSD lfs_segclean
+187 UNIMPL BSD lfs_segwait
188 STD POSIX { int stat(char *path, struct stat *ub); }
189 STD POSIX { int fstat(int fd, struct stat *sb); }
190 STD POSIX { int lstat(char *path, struct stat *ub); }
OpenPOWER on IntegriCloud