Subject: CVS commit: src/sys/compat/linux/arch
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 06/23/2003 21:26:45
Module Name:	src
Committed By:	christos
Date:		Mon Jun 23 21:26:44 UTC 2003

Modified Files:
	src/sys/compat/linux/arch/arm: linux_syscall.h linux_syscallargs.h
	    linux_syscalls.c linux_sysent.c
	src/sys/compat/linux/arch/i386: linux_syscall.h linux_syscallargs.h
	    linux_syscalls.c linux_sysent.c
	src/sys/compat/linux/arch/m68k: linux_syscall.h linux_syscallargs.h
	    linux_syscalls.c linux_sysent.c
	src/sys/compat/linux/arch/mips: linux_syscall.h linux_syscallargs.h
	    linux_syscalls.c linux_sysent.c
	src/sys/compat/linux/arch/powerpc: linux_syscall.h linux_syscallargs.h
	    linux_syscalls.c linux_sysent.c

Log Message:
Regen.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/compat/linux/arch/arm/linux_syscall.h \
    src/sys/compat/linux/arch/arm/linux_syscallargs.h \
    src/sys/compat/linux/arch/arm/linux_syscalls.c \
    src/sys/compat/linux/arch/arm/linux_sysent.c
cvs rdiff -r1.46 -r1.47 src/sys/compat/linux/arch/i386/linux_syscall.h \
    src/sys/compat/linux/arch/i386/linux_syscallargs.h \
    src/sys/compat/linux/arch/i386/linux_sysent.c
cvs rdiff -r1.47 -r1.48 src/sys/compat/linux/arch/i386/linux_syscalls.c
cvs rdiff -r1.45 -r1.46 src/sys/compat/linux/arch/m68k/linux_syscall.h \
    src/sys/compat/linux/arch/m68k/linux_syscalls.c \
    src/sys/compat/linux/arch/m68k/linux_sysent.c
cvs rdiff -r1.44 -r1.45 src/sys/compat/linux/arch/m68k/linux_syscallargs.h
cvs rdiff -r1.14 -r1.15 src/sys/compat/linux/arch/mips/linux_syscall.h
cvs rdiff -r1.13 -r1.14 src/sys/compat/linux/arch/mips/linux_syscallargs.h \
    src/sys/compat/linux/arch/mips/linux_syscalls.c \
    src/sys/compat/linux/arch/mips/linux_sysent.c
cvs rdiff -r1.20 -r1.21 src/sys/compat/linux/arch/powerpc/linux_syscall.h \
    src/sys/compat/linux/arch/powerpc/linux_sysent.c
cvs rdiff -r1.19 -r1.20 src/sys/compat/linux/arch/powerpc/linux_syscallargs.h \
    src/sys/compat/linux/arch/powerpc/linux_syscalls.c

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