Subject: CVS commit: syssrc/sys/compat/linux/arch/arm
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 01/15/2002 12:21:47
Module Name:	syssrc
Committed By:	bjh21
Date:		Tue Jan 15 10:21:47 UTC 2002

Modified Files:
	syssrc/sys/compat/linux/arch/arm: syscalls.master

Log Message:
Shuffle uname calls around.  It turns out we don't use the same names as
Linux does, so:
sys_olduname -> linux_sys_oldolduname
sys_uname    -> linux_sys_olduname
sys_newuname -> linux_sys_uname


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/compat/linux/arch/arm/syscalls.master

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