From ed7bb6278da100e46f6286096b47aa0a356a76d8 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 23 Feb 2006 14:25:15 +0000 Subject: - 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 --- util-linux/fdisk.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'util-linux/fdisk.c') 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 */ -- cgit v1.2.3