From c5e4348681f23428b0036c45b64cca428e69d750 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 20 Dec 2015 15:01:47 +0100 Subject: ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- include/arpa/inet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/arpa/inet.h') diff --git a/include/arpa/inet.h b/include/arpa/inet.h index a7bd2c1..575666e 100644 --- a/include/arpa/inet.h +++ b/include/arpa/inet.h @@ -72,7 +72,7 @@ uint32_t _ntohl(uint32_t) # define ntohl(value) (_ntohl(value)) #endif -#ifdef (__SLIBC_SOURCE) +#if defined(__SLIBC_SOURCE) /** * Convert a 64-bit quantity from network byte order * (little endian) to host byte order. @@ -133,7 +133,7 @@ uint32_t _htonl(uint32_t) # define htonl(value) (_htonl(value)) #endif -#ifdef (__SLIBC_SOURCE) +#if defined(__SLIBC_SOURCE) /** * Convert a 64-bit quantity from host byte order * (little endian) to network byte order. -- cgit v1.2.3-70-g09d2