From: Jim Meyering Date: Wed, 25 Jan 2006 07:43:17 +0000 (+0000) Subject: Remove useless parentheses in cpp directive. X-Git-Tag: v6.0~830 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d433382eaad17743b9429d69ed66a74ef56dda26;p=thirdparty%2Fcoreutils.git Remove useless parentheses in cpp directive. --- diff --git a/lib/fileblocks.c b/lib/fileblocks.c index 9a10cc2224..4244e535cc 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