From 58bb5c752568f8f9a1cb4d9533268d0ecad34e12 Mon Sep 17 00:00:00 2001 From: skidd13 Date: Mon, 19 Nov 2007 20:40:14 +0000 Subject: (svn r11480) -Codechange: Rename the function ALIGN fitting to the naming style This fixes also FS#1450 --- src/network/core/os_abstraction.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/network/core/os_abstraction.h') diff --git a/src/network/core/os_abstraction.h b/src/network/core/os_abstraction.h index 46be0a4fe..c1f7b028a 100644 --- a/src/network/core/os_abstraction.h +++ b/src/network/core/os_abstraction.h @@ -202,11 +202,6 @@ static inline bool SetNoDelay(SOCKET d) #endif } -#ifdef __APPLE__ -/* Looks like sys/socket.h uses a name we got in macros.h */ -#undef ALIGN -#endif - #endif /* ENABLE_NETWORK */ #endif /* NETWORK_CORE_OS_ABSTRACTION_H */ -- cgit v1.2.3-54-g00ecf