aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nfsmount.c6
-rw-r--r--util-linux/nfsmount.c6
2 files changed, 12 insertions, 0 deletions
diff --git a/nfsmount.c b/nfsmount.c
index a8c0b0ea6..ae9b99552 100644
--- a/nfsmount.c
+++ b/nfsmount.c
@@ -53,6 +53,12 @@
53#include "nfsmount.h" 53#include "nfsmount.h"
54#include <linux/nfs.h> /* For the kernels nfs stuff */ 54#include <linux/nfs.h> /* For the kernels nfs stuff */
55 55
56#ifndef NFS_FHSIZE
57#define NFS_FHSIZE 32
58#endif
59#ifndef NFS_PORT
60#define NFS_PORT 2049
61#endif
56 62
57/* Disable the nls stuff */ 63/* Disable the nls stuff */
58# undef bindtextdomain 64# undef bindtextdomain
diff --git a/util-linux/nfsmount.c b/util-linux/nfsmount.c
index a8c0b0ea6..ae9b99552 100644
--- a/util-linux/nfsmount.c
+++ b/util-linux/nfsmount.c
@@ -53,6 +53,12 @@
53#include "nfsmount.h" 53#include "nfsmount.h"
54#include <linux/nfs.h> /* For the kernels nfs stuff */ 54#include <linux/nfs.h> /* For the kernels nfs stuff */
55 55
56#ifndef NFS_FHSIZE
57#define NFS_FHSIZE 32
58#endif
59#ifndef NFS_PORT
60#define NFS_PORT 2049
61#endif
56 62
57/* Disable the nls stuff */ 63/* Disable the nls stuff */
58# undef bindtextdomain 64# undef bindtextdomain