aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs
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 /e2fsprogs
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 'e2fsprogs')
-rw-r--r--e2fsprogs/e2fsck.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/e2fsprogs/e2fsck.c b/e2fsprogs/e2fsck.c
index 6f3fd7eda..ceafaea4b 100644
--- a/e2fsprogs/e2fsck.c
+++ b/e2fsprogs/e2fsck.c
@@ -39,6 +39,9 @@
39 39
40#include "e2fsck.h" /*Put all of our defines here to clean things up*/ 40#include "e2fsck.h" /*Put all of our defines here to clean things up*/
41 41
42#define _(x) x
43#define N_(x) x
44
42/* 45/*
43 * Procedure declarations 46 * Procedure declarations
44 */ 47 */