From 3d481458a81bed6ae6863d0cef466801588b30fb Mon Sep 17 00:00:00 2001 From: Paride Legovini Date: Thu, 11 May 2017 21:28:52 +0200 Subject: Move the #defines within the #include guards --- util.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'util.h') 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 */ -- cgit v1.2.3