summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/sys/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/sys/param.h')
-rw-r--r--sysdeps/mach/hurd/sys/param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/sys/param.h b/sysdeps/mach/hurd/sys/param.h
index 55d47f74de..bd9ca412ba 100644
--- 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)