diff options
Diffstat (limited to 'util-linux/nfsmount.c')
-rw-r--r-- | util-linux/nfsmount.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/util-linux/nfsmount.c b/util-linux/nfsmount.c index e9d6dc635..a51fe817e 100644 --- a/util-linux/nfsmount.c +++ b/util-linux/nfsmount.c | |||
@@ -53,7 +53,7 @@ | |||
53 | #include "nfsmount.h" | 53 | #include "nfsmount.h" |
54 | 54 | ||
55 | /* This is just a warning of a common mistake. Possibly this should be a | 55 | /* This is just a warning of a common mistake. Possibly this should be a |
56 | * * uclibc faq entry rather than in busybox... */ | 56 | * uclibc faq entry rather than in busybox... */ |
57 | #if ENABLE_FEATURE_MOUNT_NFS && defined(__UCLIBC__) && ! defined(__UCLIBC_HAS_RPC__) | 57 | #if ENABLE_FEATURE_MOUNT_NFS && defined(__UCLIBC__) && ! defined(__UCLIBC_HAS_RPC__) |
58 | #error "You need to build uClibc with UCLIBC_HAS_RPC for NFS support." | 58 | #error "You need to build uClibc with UCLIBC_HAS_RPC for NFS support." |
59 | #endif | 59 | #endif |
@@ -118,8 +118,6 @@ static const int NFS_PORT = 2049; | |||
118 | # define bindtextdomain(Domain, Directory) /* empty */ | 118 | # define bindtextdomain(Domain, Directory) /* empty */ |
119 | # undef textdomain | 119 | # undef textdomain |
120 | # define textdomain(Domain) /* empty */ | 120 | # define textdomain(Domain) /* empty */ |
121 | # define _(Text) (Text) | ||
122 | # define N_(Text) (Text) | ||
123 | 121 | ||
124 | static const int MS_MGC_VAL = 0xc0ed0000; /* Magic number indicatng "new" flags */ | 122 | static const int MS_MGC_VAL = 0xc0ed0000; /* Magic number indicatng "new" flags */ |
125 | static const int MS_RDONLY = 1; /* Mount read-only */ | 123 | static const int MS_RDONLY = 1; /* Mount read-only */ |