projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ba84fa
)
Pretty print.
author
drepper
<drepper>
Mon, 6 Oct 1997 01:53:41 +0000
(
01:53
+0000)
committer
drepper
<drepper>
Mon, 6 Oct 1997 01:53:41 +0000
(
01:53
+0000)
sysdeps/mach/hurd/sys/param.h
patch
|
blob
|
history
diff --git
a/sysdeps/mach/hurd/sys/param.h
b/sysdeps/mach/hurd/sys/param.h
index
55d47f7
..
bd9ca41
100644
(file)
--- a/
sysdeps/mach/hurd/sys/param.h
+++ b/
sysdeps/mach/hurd/sys/param.h
@@
-71,7
+71,7
@@
#include <endian.h>
#include <limits.h>
#ifdef notyet
-#include <ufs/param.h>
+#
include <ufs/param.h>
#endif
@@
-113,7
+113,7
@@
/* Macros for counting and rounding. */
#ifndef howmany
-#
define howmany(x, y)
(((x)+((y)-1))/(y))
+#
define howmany(x, y)
(((x)+((y)-1))/(y))
#endif
#define roundup(x, y) ((((x)+((y)-1))/(y))*(y))
#define powerof2(x) ((((x)-1)&(x))==0)