diff options
| author | neilbrown <neilbrown> | 2003-08-04 04:25:54 +0000 |
|---|---|---|
| committer | neilbrown <neilbrown> | 2003-08-04 04:25:54 +0000 |
| commit | e09fbc8933961a0a774217ef32d73da373ddc670 (patch) | |
| tree | 4549a0208515316164325485ebb3cb583cd989ce /support/include | |
| parent | 18fc7a86a2a1213762cc4107565903127efadafc (diff) | |
| download | nfs-utils-e09fbc8933961a0a774217ef32d73da373ddc670.tar.gz nfs-utils-e09fbc8933961a0a774217ef32d73da373ddc670.tar.xz nfs-utils-e09fbc8933961a0a774217ef32d73da373ddc670.zip | |
/proc/fs/nfsd as an alternate to /proc/fs/nfsd
Diffstat (limited to 'support/include')
| -rw-r--r-- | support/include/nfslib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/include/nfslib.h b/support/include/nfslib.h index c41f92e..e7e9f1d 100644 --- a/support/include/nfslib.h +++ b/support/include/nfslib.h @@ -43,6 +43,7 @@ #endif #ifndef _PATH_PROC_EXPORTS #define _PATH_PROC_EXPORTS "/proc/fs/nfs/exports" +#define _PATH_PROC_EXPORTS_ALT "/proc/fs/nfsd/exports" #endif enum cle_maptypes { |
