Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 03/29/2005 15:57:17
Module Name: src
Committed By: he
Date: Tue Mar 29 15:57:17 UTC 2005
Modified Files:
src/sys/kern: kern_resource.c
Log Message:
Properly disable the bulk of chgsbsize(), completing revision 1.84.
This does an #if 0 / #endif, so that no code (or declarations!) are
left after the first "return 1", making this compilable for vax and
playsation2 again, both of which use gcc 2.95.3 or similar.
To generate a diff of this commit:
cvs rdiff -r1.91 -r1.92 src/sys/kern/kern_resource.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.