summaryrefslogtreecommitdiff
path: root/util-linux/fdisk.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-03-15 08:29:22 +0000
committerEric Andersen <andersen@codepoet.org>2004-03-15 08:29:22 +0000
commitc7bda1ce659294d6e22c06e087f6f265983c7578 (patch)
tree4c6d2217f4d8306c59cf1096f8664e1cfd167213 /util-linux/fdisk.c
parent8854004b41065b3d081af7f3df13a100b0c8bfbe (diff)
downloadbusybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.gz
busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.bz2
busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.zip
Remove trailing whitespace. Update copyright to include 2004.
Diffstat (limited to 'util-linux/fdisk.c')
-rw-r--r--util-linux/fdisk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c
index 2374960df..f35aeb9f3 100644
--- a/util-linux/fdisk.c
+++ b/util-linux/fdisk.c
@@ -52,7 +52,7 @@
52#define BLKSSZGET _IO(0x12,104) /* get block device sector size */ 52#define BLKSSZGET _IO(0x12,104) /* get block device sector size */
53 53
54/* Avoid conflicts with the 2.6 kernel headers, which define 54/* Avoid conflicts with the 2.6 kernel headers, which define
55 * _IOR rather differently */ 55 * _IOR rather differently */
56#undef _IOR 56#undef _IOR
57#define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) 57#define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size))
58#define BLKGETSIZE64 _IOR(0x12,114,uint64_t) 58#define BLKGETSIZE64 _IOR(0x12,114,uint64_t)
@@ -4279,7 +4279,7 @@ read_int(uint low, uint dflt, uint high, uint base, char *mesg)
4279 4279
4280 while (isdigit(*++line_ptr)) 4280 while (isdigit(*++line_ptr))
4281 use_default = 0; 4281 use_default = 0;
4282 4282
4283 switch (*line_ptr) { 4283 switch (*line_ptr) {
4284 case 'c': 4284 case 'c':
4285 case 'C': 4285 case 'C':