From ef70313e05efb0968d9f523faed5a334a8ebaf62 Mon Sep 17 00:00:00 2001 From: marcbou Date: Thu, 31 Jan 2008 18:19:29 +0000 Subject: [PATCH] Fixed comment for LWIP_POSIX_SOCKETS_IO_NAMES --- src/include/lwip/opt.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index bd98ca1e..c980e444 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -1034,9 +1034,9 @@ #endif /** - * LWIP_COMPAT_SOCKETS==1: Enable POSIX-style sockets functions names. Disable - * this option if you use a POSIX operating system that uses the same names - * (read, write & close). (only used if you use sockets.c) + * LWIP_POSIX_SOCKETS_IO_NAMES==1: Enable POSIX-style sockets functions names. + * Disable this option if you use a POSIX operating system that uses the same + * names (read, write & close). (only used if you use sockets.c) */ #ifndef LWIP_POSIX_SOCKETS_IO_NAMES #define LWIP_POSIX_SOCKETS_IO_NAMES 1