Module Name: src Committed By: rillig Date: Sat Sep 11 20:05:34 UTC 2021
Modified Files: src/include: stdio.h Log Message: stdio.h: remove outdated comment for vscanf When these functions where added to stdio.h 1.72 on 2008-08-04, the conditional included _NETBSD_SOURCE. The additional condition was removed in stdio.h 1.99 from 2020-03-20, but the comment was not updated. To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104 src/include/stdio.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/include/stdio.h diff -u src/include/stdio.h:1.103 src/include/stdio.h:1.104 --- src/include/stdio.h:1.103 Sat Sep 11 19:05:06 2021 +++ src/include/stdio.h Sat Sep 11 20:05:33 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: stdio.h,v 1.103 2021/09/11 19:05:06 rillig Exp $ */ +/* $NetBSD: stdio.h,v 1.104 2021/09/11 20:05:33 rillig Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -383,8 +383,7 @@ __END_DECLS #endif /* (_POSIX_C_SOURCE - 0) >= 200112L || _XOPEN_SOURCE >= 500 || ... */ /* - * Functions defined in ISO C99. Still put under _NETBSD_SOURCE due to - * backward compatible. + * Functions defined in ISO C99. */ #if defined(__STDIO_C99_FEATURES) __BEGIN_DECLS