diff options
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/fdisk.c | 2 | ||||
-rw-r--r-- | util-linux/nfsmount.c | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index 0514b8935..8a5340aad 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c @@ -42,8 +42,6 @@ #define DKTYPENAMES -#define _(Text) Text - #define BLKRRPART _IO(0x12,95) /* re-read partition table */ #define BLKGETSIZE _IO(0x12,96) /* return device size */ #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ 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 @@ #include "nfsmount.h" /* This is just a warning of a common mistake. Possibly this should be a - * * uclibc faq entry rather than in busybox... */ + * uclibc faq entry rather than in busybox... */ #if ENABLE_FEATURE_MOUNT_NFS && defined(__UCLIBC__) && ! defined(__UCLIBC_HAS_RPC__) #error "You need to build uClibc with UCLIBC_HAS_RPC for NFS support." #endif @@ -118,8 +118,6 @@ static const int NFS_PORT = 2049; # define bindtextdomain(Domain, Directory) /* empty */ # undef textdomain # define textdomain(Domain) /* empty */ -# define _(Text) (Text) -# define N_(Text) (Text) static const int MS_MGC_VAL = 0xc0ed0000; /* Magic number indicatng "new" flags */ static const int MS_RDONLY = 1; /* Mount read-only */ |