- 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
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user