Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/sys/socket.h,v retrieving revision 1.55.2.1 retrieving revision 1.55.2.2 diff -u -p -r1.55.2.1 -r1.55.2.2 --- src/sys/sys/socket.h 2000/10/09 02:41:28 1.55.2.1 +++ src/sys/sys/socket.h 2001/05/01 10:29:06 1.55.2.2 @@ -1,4 +1,4 @@ -/* $NetBSD: socket.h,v 1.55.2.1 2000/10/09 02:41:28 toshii Exp $ */ +/* $NetBSD: socket.h,v 1.55.2.2 2001/05/01 10:29:06 he Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -77,7 +77,7 @@ #include #ifndef socklen_t typedef __socklen_t socklen_t; -#define socklen_t socklen_t +#define socklen_t __socklen_t #endif /*