Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 08/18/2000 22:19:51
Module Name:	syssrc
Committed By:	cgd
Date:		Fri Aug 18 19:19:51 UTC 2000

Modified Files:
	syssrc/sys/compat/linux/arch/alpha: linux_syscall.h linux_syscallargs.h
	    linux_syscalls.c linux_sysent.c
	syssrc/sys/compat/linux/arch/i386: linux_syscall.h linux_syscallargs.h
	    linux_syscalls.c linux_sysent.c
	syssrc/sys/compat/linux/arch/m68k: linux_syscall.h linux_syscallargs.h
	    linux_syscalls.c linux_sysent.c

Log Message:
update for new makesyscalls.sh, and also for correct ids for changed
syscalls.master files.  (you need to regenerate after checking in
syscalls.master to get the correct ids.)


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 syssrc/sys/compat/linux/arch/alpha/linux_syscall.h \
    syssrc/sys/compat/linux/arch/alpha/linux_syscallargs.h \
    syssrc/sys/compat/linux/arch/alpha/linux_syscalls.c
cvs rdiff -r1.19 -r1.20 syssrc/sys/compat/linux/arch/alpha/linux_sysent.c
cvs rdiff -r1.17 -r1.18 syssrc/sys/compat/linux/arch/i386/linux_syscall.h \
    syssrc/sys/compat/linux/arch/i386/linux_syscallargs.h \
    syssrc/sys/compat/linux/arch/i386/linux_syscalls.c \
    syssrc/sys/compat/linux/arch/i386/linux_sysent.c
cvs rdiff -r1.14 -r1.15 syssrc/sys/compat/linux/arch/m68k/linux_syscall.h \
    syssrc/sys/compat/linux/arch/m68k/linux_syscallargs.h \
    syssrc/sys/compat/linux/arch/m68k/linux_syscalls.c \
    syssrc/sys/compat/linux/arch/m68k/linux_sysent.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.