Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/09/1997 13:20:02
mycroft
Thu Oct  9 06:12:02 PDT 1997
Update of /cvsroot/src/sys/miscfs/fifofs
In directory netbsd1:/var/slash-tmp/cvs-serv27821

Modified Files:
	fifo_vnops.c 
Log Message:
Make openstr[] const.

oki
Thu Oct  9 06:19:27 PDT 1997
Update of /cvsroot/src/sys/arch/x68k/dev
In directory netbsd1:/var/slash-tmp/cvs-serv28697

Modified Files:
	grfvar.h 
Log Message:
Added prototype.

bouyer
Thu Oct  9 06:19:33 PDT 1997
Update of /cvsroot/src/sbin/fsck
In directory netbsd1:/var/slash-tmp/cvs-serv28235/fsck

Added Files:
	bswap.c 
Log Message:
Ext2 metadata are always stored on disk in little-endian byte order,
so do byte-swapping on big-endian system. The byte-swap routines are in
fsck/bswap.c because they will also be used in fsck_ffs in future.
Tested on i386 and sparc.


bouyer
Thu Oct  9 06:19:42 PDT 1997
Update of /cvsroot/src/sbin/fsck_ext2fs
In directory netbsd1:/var/slash-tmp/cvs-serv28235/fsck_ext2fs

Modified Files:
	Makefile dir.c fsck.h inode.c pass1.c pass2.c pass5.c setup.c 
	utilities.c 
Log Message:
Ext2 metadata are always stored on disk in little-endian byte order,
so do byte-swapping on big-endian system. The byte-swap routines are in
fsck/bswap.c because they will also be used in fsck_ffs in future.
Tested on i386 and sparc.