=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/wchar.h,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/include/wchar.h 2011/05/28 15:16:46 1.16 --- src/include/wchar.h 2011/06/01 16:39:07 1.17 *************** *** 1,4 **** ! /* $OpenBSD: wchar.h,v 1.16 2011/05/28 15:16:46 espie Exp $ */ /* $NetBSD: wchar.h,v 1.16 2003/03/07 07:11:35 tshiozak Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: wchar.h,v 1.17 2011/06/01 16:39:07 millert Exp $ */ /* $NetBSD: wchar.h,v 1.16 2003/03/07 07:11:35 tshiozak Exp $ */ /*- *************** *** 145,151 **** unsigned long int wcstoul(const wchar_t * __restrict, wchar_t ** __restrict, int base); ! #if __POSIX_C_SOURCE >= 200809L int wcscasecmp(const wchar_t *, const wchar_t *); int wcsncasecmp(const wchar_t *, const wchar_t *, size_t); #endif --- 145,151 ---- unsigned long int wcstoul(const wchar_t * __restrict, wchar_t ** __restrict, int base); ! #if __POSIX_VISIBLE >= 200809 int wcscasecmp(const wchar_t *, const wchar_t *); int wcsncasecmp(const wchar_t *, const wchar_t *, size_t); #endif