summaryrefslogtreecommitdiffstats
path: root/support/nfs/xcommon.c
Commit message (Collapse)AuthorAgeFilesLines
* nfs-utils: Fix source code character encodingChuck Lever2010-09-271-1/+1
| | | | | | | | | | | | | Minor clean up. Most modern Linux distributions set UTF-8 locales. Standardize the character encoding of source files on UTF-8, to squelch vim com- plaints. I probably missed a few spots. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com>
* Move NFS mount code from util-linux to nfs-utils - part 2Amit Gud2006-06-161-0/+185
Adds the support functions needed for mount and umount. This functionality will someday be available in the form of shared mount library. Signed-off-by: Amit Gud <agud@redhat.com> Signed-off-by: Steve Dickson <steved@redhat.com>