Subject: CVS commit: src/sys/compat/linux/arch/arm
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 08/01/2004 14:17:19
Module Name:	src
Committed By:	jdolecek
Date:		Sun Aug  1 14:17:19 UTC 2004

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

Log Message:
regen:

add stub entries for syscalls added until Linux kernel 2.6.7

move the ARM-specific syscall range up to offset 0x180, to make room
for the new syscalls


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 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

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