Subject: CVS commit: src/sys/fs/tmpfs
To: None <source-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: source-changes
Date: 02/06/2008 11:23:54
Module Name:	src
Committed By:	jmmv
Date:		Wed Feb  6 11:23:54 UTC 2008

Modified Files:
	src/sys/fs/tmpfs: tmpfs.h tmpfs_pool.c tmpfs_subr.c

Log Message:
u_int is not a C99 standard type, so spell it out completely as
unsigned int.


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/sys/fs/tmpfs/tmpfs.h
cvs rdiff -r1.12 -r1.13 src/sys/fs/tmpfs/tmpfs_pool.c
cvs rdiff -r1.45 -r1.46 src/sys/fs/tmpfs/tmpfs_subr.c

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