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/16/2006 14:57:50
Module Name:	src
Committed By:	jmmv
Date:		Thu Feb 16 14:57:50 UTC 2006

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

Log Message:
Do not use unnamed structures/unions without instances; they break the
build under vax because of gcc 2.95.  Found by he@.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/fs/tmpfs/tmpfs.h
cvs rdiff -r1.17 -r1.18 src/sys/fs/tmpfs/tmpfs_subr.c
cvs rdiff -r1.10 -r1.11 src/sys/fs/tmpfs/tmpfs_vfsops.c
cvs rdiff -r1.20 -r1.21 src/sys/fs/tmpfs/tmpfs_vnops.c

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