diff options
Diffstat (limited to 'mbbsd/chat.c')
-rw-r--r-- | mbbsd/chat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/chat.c b/mbbsd/chat.c index 6346335a..55d3129d 100644 --- a/mbbsd/chat.c +++ b/mbbsd/chat.c @@ -1,4 +1,4 @@ -/* $Id: chat.c,v 1.11 2003/02/23 16:39:27 victor Exp $ */ +/* $Id$ */ #include "bbs.h" static int chatline, stop_line; @@ -355,7 +355,7 @@ t_chat() return -1; } memset(&sin, 0, sizeof sin); -#ifdef FreeBSD +#ifdef __FreeBSD__ sin.sin_len = sizeof(sin); #endif sin.sin_family = PF_INET; |