Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sbin/mount_nfs



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.




Home | Main Index | Thread Index | Old Index