aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdisk.c
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-02-23 14:25:15 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-02-23 14:25:15 +0000
commit9a33f8d3f77d160e19dace56c4a607a8e7545cfc (patch)
treeb2891f1dc1a868bf4eb1a0e15911dd5f50aa2e64 /util-linux/fdisk.c
parent820cc957bfa4b55cd61e2135ed2ce9e126bb1f41 (diff)
downloadbusybox-w32-9a33f8d3f77d160e19dace56c4a607a8e7545cfc.tar.gz
busybox-w32-9a33f8d3f77d160e19dace56c4a607a8e7545cfc.tar.bz2
busybox-w32-9a33f8d3f77d160e19dace56c4a607a8e7545cfc.zip
- 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 git-svn-id: svn://busybox.net/trunk/busybox@14235 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'util-linux/fdisk.c')
-rw-r--r--util-linux/fdisk.c2
1 files changed, 0 insertions, 2 deletions
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 @@
42 42
43#define DKTYPENAMES 43#define DKTYPENAMES
44 44
45#define _(Text) Text
46
47#define BLKRRPART _IO(0x12,95) /* re-read partition table */ 45#define BLKRRPART _IO(0x12,95) /* re-read partition table */
48#define BLKGETSIZE _IO(0x12,96) /* return device size */ 46#define BLKGETSIZE _IO(0x12,96) /* return device size */
49#define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ 47#define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */