Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 12/29/2000 23:07:17
Module Name:	syssrc
Committed By:	fvdl
Date:		Fri Dec 29 21:07:17 UTC 2000

Modified Files:
	syssrc/sys/compat/linux/common: linux_misc.c linux_oldolduname.c
	    linux_olduname.c linux_types.h

Log Message:
Hardcode what the linux uname() calls return (Linux 2.2.5 is the current
value). A few major applications check for this (like VMware), and
there is no other way to trick them. Needs a more generic solution
eventually.


To generate a diff of this commit:
cvs rdiff -r1.81 -r1.82 syssrc/sys/compat/linux/common/linux_misc.c
cvs rdiff -r1.54 -r1.55 syssrc/sys/compat/linux/common/linux_oldolduname.c
cvs rdiff -r1.55 -r1.56 syssrc/sys/compat/linux/common/linux_olduname.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/compat/linux/common/linux_types.h

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