From d7f661fd0680c2686839c7fa19149c480374e5c1 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Fri, 14 Jan 1994 01:39:19 -0800 Subject: [PATCH] the Sparc isn't handling structures passed to the kernel correctly change LFS routines that take fsid_t's to take fsid_t *'s. SCCS-vsn: sys/kern/syscalls.master 8.2 --- usr/src/sys/kern/syscalls.master | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/usr/src/sys/kern/syscalls.master b/usr/src/sys/kern/syscalls.master index a33729ab4f..a86fe9b249 100644 --- a/usr/src/sys/kern/syscalls.master +++ b/usr/src/sys/kern/syscalls.master @@ -1,4 +1,4 @@ - @(#)syscalls.master 8.1 (Berkeley) %G% + @(#)syscalls.master 8.2 (Berkeley) %G% ; System call name/number master file. ; Processed to created init_sysent.c, syscalls.c and syscall.h. @@ -241,10 +241,10 @@ 182 STD 1 setegid 183 STD 1 seteuid #ifdef LFS -184 STD 4 lfs_bmapv -185 STD 4 lfs_markv -186 STD 3 lfs_segclean -187 STD 3 lfs_segwait +184 STD 3 lfs_bmapv +185 STD 3 lfs_markv +186 STD 2 lfs_segclean +187 STD 2 lfs_segwait #else 184 UNIMPL 0 nosys 185 UNIMPL 0 nosys -- 2.20.1