aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/util.h b/util.h
index 2520678..08a44a8 100644
--- a/util.h
+++ b/util.h
@@ -34,10 +34,7 @@ static void *memrchr(const void *m, int c, size_t n)
}
#endif
-#endif /* UTIL_H */
-
-
-/* Needed for building on Hurd */
+/* Needed for building on GNU Hurd */
#ifndef PIPE_BUF
#define PIPE_BUF 4096
@@ -45,4 +42,6 @@ static void *memrchr(const void *m, int c, size_t n)
#ifndef PATH_MAX
#define PATH_MAX 4096
-#endif \ No newline at end of file
+#endif
+
+#endif /* UTIL_H */