Subject: CVS commit: src/sys/fs/hfs
To: None <source-changes@NetBSD.org>
From: Dieter Baron <dillo@netbsd.org>
List: source-changes
Date: 03/06/2007 00:22:06
Module Name:	src
Committed By:	dillo
Date:		Tue Mar  6 00:22:06 UTC 2007

Added Files:
	src/sys/fs/hfs: files.hfs hfs.h hfs_nhash.c hfs_subr.c hfs_vfsops.c
	    hfs_vnops.c libhfs.c libhfs.h
Removed Files:
	src/sys/fs/hfs: files.hfsp hfsp.h hfsp_nhash.c hfsp_subr.c
	    hfsp_vfsops.c hfsp_vnops.c libhfsp.c libhfsp.h

Log Message:
Rename files from hfsp to hfs.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/fs/hfs/files.hfs src/sys/fs/hfs/hfs.h \
    src/sys/fs/hfs/hfs_nhash.c src/sys/fs/hfs/hfs_subr.c \
    src/sys/fs/hfs/hfs_vfsops.c src/sys/fs/hfs/hfs_vnops.c \
    src/sys/fs/hfs/libhfs.c src/sys/fs/hfs/libhfs.h
cvs rdiff -r1.1.1.1 -r0 src/sys/fs/hfs/files.hfsp src/sys/fs/hfs/hfsp.h \
    src/sys/fs/hfs/hfsp_nhash.c src/sys/fs/hfs/hfsp_subr.c \
    src/sys/fs/hfs/hfsp_vfsops.c src/sys/fs/hfs/hfsp_vnops.c \
    src/sys/fs/hfs/libhfsp.c src/sys/fs/hfs/libhfsp.h

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