Subject: CVS commit: src/sbin/mount_nfs
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 05/15/2005 21:18:34
Module Name:	src
Committed By:	dsl
Date:		Sun May 15 21:18:34 UTC 2005

Modified Files:
	src/sbin/mount_nfs: Makefile mount_nfs.c
Added Files:
	src/sbin/mount_nfs: getnfsargs.c mount_nfs.h

Log Message:
Split getnfsargs() out into its own file, it drags in 70kB of rpc code.
I might manage to write a version that doesn't pull in all the crud.
(Which will give a load of space in the install floppy images)


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sbin/mount_nfs/Makefile
cvs rdiff -r0 -r1.1 src/sbin/mount_nfs/getnfsargs.c \
    src/sbin/mount_nfs/mount_nfs.h
cvs rdiff -r1.47 -r1.48 src/sbin/mount_nfs/mount_nfs.c

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