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.81 retrieving revision 1.82 diff -u -p -r1.81 -r1.82 --- src/sys/sys/socket.h 2006/06/26 21:23:59 1.81 +++ src/sys/sys/socket.h 2006/06/27 03:49:08 1.82 @@ -1,4 +1,4 @@ -/* $NetBSD: socket.h,v 1.81 2006/06/26 21:23:59 mrg Exp $ */ +/* $NetBSD: socket.h,v 1.82 2006/06/27 03:49:08 mrg Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -559,7 +559,7 @@ int setsockopt(int, int, int, const void int shutdown(int, int); int sockatmark(int); int socket(int, int, int) -#if !defined(__LIBC12_SOURCE__) && !defined(STANDALONE) +#if !defined(__LIBC12_SOURCE__) && !defined(_STANDALONE) __RENAME(__socket30) #endif ;