summaryrefslogtreecommitdiff
path: root/lib/fileblocks.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-01-25 07:43:17 +0000
committerJim Meyering <jim@meyering.net>2006-01-25 07:43:17 +0000
commitd433382eaad17743b9429d69ed66a74ef56dda26 (patch)
tree27f01f8aa2b99eb2d80cd02401519824a027325d /lib/fileblocks.c
parent5b917cfa592bb92be296e1370a811ada3cb17a25 (diff)
downloadcoreutils-d433382eaad17743b9429d69ed66a74ef56dda26.tar.xz
Remove useless parentheses in cpp directive.
Diffstat (limited to 'lib/fileblocks.c')
-rw-r--r--lib/fileblocks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/fileblocks.c b/lib/fileblocks.c
index 9a10cc222..4244e535c 100644
--- a/lib/fileblocks.c
+++ b/lib/fileblocks.c
@@ -1,6 +1,6 @@
/* Convert file size to number of blocks on System V-like machines.
- Copyright (C) 1990, 1997, 1998, 1999, 2004, 2005 Free Software
+ Copyright (C) 1990, 1997, 1998, 1999, 2004, 2005, 2006 Free Software
Foundation, Inc.
This program is free software; you can redistribute it and/or modify
@@ -35,7 +35,7 @@
# ifndef NINDIR
-# if defined (__DJGPP__)
+# if defined __DJGPP__
typedef long daddr_t; /* for disk address */
# endif