From: Bernhard Reutner-Fischer Date: Thu, 23 Feb 2006 14:25:15 +0000 (-0000) Subject: - put NLS stuff in one central place to avoid redefines. X-Git-Tag: 1_1_0~161 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ed7bb6278da100e46f6286096b47aa0a356a76d8;p=oweals%2Fbusybox.git - put NLS stuff in one central place to avoid redefines. Fixes warnings about: fdisk.c:45:1: warning: "_" redefined nfsmount.c:121:1: warning: "_" redefined nfsmount.c:122:1: warning: "N_" redefined interface.c:84:1: warning: "_" redefined --- diff --git a/e2fsprogs/e2fsbb.h b/e2fsprogs/e2fsbb.h index f8ab0f493..74c4e5b62 100644 --- a/e2fsprogs/e2fsbb.h +++ b/e2fsprogs/e2fsbb.h @@ -26,10 +26,6 @@ typedef long errcode_t; #define ERRCODE_RANGE 8 #define error_message(code) strerror((int) (code & ((1<