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/include/wchar.h,v rcsdiff: /ftp/cvs/cvsroot/src/include/wchar.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.30.2.1 retrieving revision 1.39 diff -u -p -r1.30.2.1 -r1.39 --- src/include/wchar.h 2014/05/22 11:36:35 1.30.2.1 +++ src/include/wchar.h 2013/08/19 08:03:33 1.39 @@ -1,4 +1,4 @@ -/* $NetBSD: wchar.h,v 1.30.2.1 2014/05/22 11:36:35 yamt Exp $ */ +/* $NetBSD: wchar.h,v 1.39 2013/08/19 08:03:33 joerg Exp $ */ /*- * Copyright (c)1999 Citrus Project, @@ -145,8 +145,7 @@ long int wcstol(const wchar_t * __restri double wcstod(const wchar_t * __restrict, wchar_t ** __restrict); #if defined(_ISOC99_SOURCE) || (__STDC_VERSION__ - 0) > 199901L || \ - defined(_NETBSD_SOURCE) || \ - (_POSIX_C_SOURCE - 0) >= 200112L || (_XOPEN_SOURCE - 0) >= 600 + defined(_NETBSD_SOURCE) float wcstof(const wchar_t * __restrict, wchar_t ** __restrict); long double wcstold(const wchar_t * __restrict, wchar_t ** __restrict); @@ -182,8 +181,7 @@ int vwprintf(const wchar_t * __restrict, int wprintf(const wchar_t * __restrict, ...); int wscanf(const wchar_t * __restrict, ...); #if defined(_ISOC99_SOURCE) || (__STDC_VERSION__ - 0) > 199901L || \ - defined(_NETBSD_SOURCE) || \ - (_POSIX_C_SOURCE - 0) >= 200112L || (_XOPEN_SOURCE - 0) >= 600 + defined(_NETBSD_SOURCE) int vfwscanf(FILE * __restrict, const wchar_t * __restrict, __va_list); int vswscanf(const wchar_t * __restrict, const wchar_t * __restrict, __va_list);