From 20a34af862812b4a20784c52e0b501559507a477 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Fri, 18 Oct 2013 15:19:49 +0000 Subject: fix typo in socket.h (wrong macro name) --- include/sys/socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sys/socket.h b/include/sys/socket.h index 9fd20256..20eeee3b 100644 --- a/include/sys/socket.h +++ b/include/sys/socket.h @@ -225,7 +225,7 @@ struct linger #define MSG_EOR 0x0080 #define MSG_WAITALL 0x0100 #define MSG_FIN 0x0200 -#define MSD_SYN 0x0400 +#define MSG_SYN 0x0400 #define MSG_CONFIRM 0x0800 #define MSG_RST 0x1000 #define MSG_ERRQUEUE 0x2000 -- cgit v1.2.1