fix typo in socket.h (wrong macro name)
authorSzabolcs Nagy <nsz@port70.net>
Fri, 18 Oct 2013 15:19:49 +0000 (15:19 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Fri, 18 Oct 2013 15:19:49 +0000 (15:19 +0000)
include/sys/socket.h

index 9fd2025..20eeee3 100644 (file)
@@ -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