aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index a06bc16..7a2c82f 100644
--- a/src/common.h
+++ b/src/common.h
@@ -65,7 +65,7 @@
# define CMSG_LEN(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + (len))
#endif
-#if !defined(PIPE_BUF)
+#ifndef PIPE_BUF
# define PIPE_BUF 512
#endif