aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-29 05:00:44 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-29 05:00:44 +0000
commit03d429ed8a1fb3268f1c1346842f5bf0aaea14fe (patch)
tree1f002dd3cbcf4150910c3281c946bb7ea8dd8add /util-linux
parent1daa46157fff62bc06a1b1f1ea301509b0cb0ccc (diff)
downloadbusybox-w32-03d429ed8a1fb3268f1c1346842f5bf0aaea14fe.tar.gz
busybox-w32-03d429ed8a1fb3268f1c1346842f5bf0aaea14fe.tar.bz2
busybox-w32-03d429ed8a1fb3268f1c1346842f5bf0aaea14fe.zip
Remove _() and N_() from platform.h. #define them as NOP macros in the two
files still using them. I didn't remove them from e2fsck.c to avoid stomping pending cleanup patches from Garrett, and I didn't bother to remove them from fdisk.c because that entire file needs to be rewritten from scratch. git-svn-id: svn://busybox.net/trunk/busybox@15212 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/fdisk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c
index 8ceeb4835..26ec2e363 100644
--- a/util-linux/fdisk.c
+++ b/util-linux/fdisk.c
@@ -10,6 +10,8 @@
10#define UTIL_LINUX_VERSION "2.12" 10#define UTIL_LINUX_VERSION "2.12"
11 11
12 12
13#define _(x) x
14
13#define PROC_PARTITIONS "/proc/partitions" 15#define PROC_PARTITIONS "/proc/partitions"
14 16
15#include <features.h> 17#include <features.h>