From 4d7c506a29a5153a2b6ab903d2f4731bbab6abcb Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 7 Dec 2017 23:48:45 +0100 Subject: Start on libblind MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common.h') 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 -- cgit v1.2.3-70-g09d2