Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 10/30/2000 23:31:51
Module Name:	basesrc
Committed By:	jdolecek
Date:		Mon Oct 30 21:31:50 UTC 2000

Modified Files:
	basesrc/sbin: Makefile
	basesrc/sbin/mount: Makefile mount.c

Log Message:
mount(8) now includes code for all mount_*(8) but mount_portal(8) and
mount_mfs(8); the mount_*(8) are hardlinked to mount (appropriate mount routine
is called depending on program name) - this saves approx. 1.7MB of /sbin
space
mount.c: make all local symbols static


To generate a diff of this commit:
cvs rdiff -r1.68 -r1.69 basesrc/sbin/Makefile
cvs rdiff -r1.14 -r1.15 basesrc/sbin/mount/Makefile
cvs rdiff -r1.51 -r1.52 basesrc/sbin/mount/mount.c

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