diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-12-07 23:48:45 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-12-07 23:48:45 +0100 |
| commit | 4d7c506a29a5153a2b6ab903d2f4731bbab6abcb (patch) | |
| tree | 67bdf5fa8d517cd9fc137f45567f4e312a0f4fc9 /src/common.h | |
| parent | blind-peek-head: fix minor compile-time bug (diff) | |
| download | blind-4d7c506a29a5153a2b6ab903d2f4731bbab6abcb.tar.gz blind-4d7c506a29a5153a2b6ab903d2f4731bbab6abcb.tar.bz2 blind-4d7c506a29a5153a2b6ab903d2f4731bbab6abcb.tar.xz | |
Start on libblind
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/common.h')
| -rw-r--r-- | src/common.h | 2 |
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 |
