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:           Sat Jan 21 10:32:23 UTC 2006

Modified Files:
        src/sbin/mount_nfs: Makefile
Added Files:
        src/sbin/mount_nfs: getnfsargs_small.c iodesc.h udp_xfer.c

Log Message:
Use the rpc code from sys/lib/libsa to determine the root file handle.
Saves the code from depending on the xdr functions.
Tested on i386 and IPv4, may need tweaking for IPv6 and using TCP for the
portmap/mount functions.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sbin/mount_nfs/Makefile
cvs rdiff -r0 -r1.1 src/sbin/mount_nfs/getnfsargs_small.c \
    src/sbin/mount_nfs/iodesc.h src/sbin/mount_nfs/udp_xfer.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