Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/fs/tmpfs
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.
Home |
Main Index |
Thread Index |
Old Index