projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fd5ff3
)
Remove more useless parentheses.
author
Jim Meyering
<jim@meyering.net>
Wed, 25 Jan 2006 07:34:10 +0000
(07:34 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 25 Jan 2006 07:34:10 +0000
(07:34 +0000)
lib/fileblocks.c
patch
|
blob
|
history
diff --git
a/lib/fileblocks.c
b/lib/fileblocks.c
index 9a10cc222423f568febf9cf2f8edfd6f228fb687..4244e535cc61b760ba6a0d443aa64ac84ebc73bc 100644
(file)
--- 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