Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 01/27/2008 16:16:51
Module Name:	src
Committed By:	martin
Date:		Sun Jan 27 16:16:51 UTC 2008

Modified Files:
	src/sys/compat/common: Makefile
	src/sys/kern: kern_descrip.c
Added Files:
	src/sys/compat/common: kern_descrip_40.c

Log Message:
Implement new version of posix_fadvise as a stub callinig the real
worker function, and compatibility stub doing the same with old argument
sturcture.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 src/sys/compat/common/Makefile
cvs rdiff -r0 -r1.1 src/sys/compat/common/kern_descrip_40.c
cvs rdiff -r1.169 -r1.170 src/sys/kern/kern_descrip.c

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