svn commit: r357636 - head/contrib/netbsd-tests/lib/libc/c063
Kyle Evans
kevans at FreeBSD.org
Thu Feb 6 18:51:36 UTC 2020
Author: kevans
Date: Thu Feb 6 18:51:36 2020
New Revision: 357636
URL: https://svnweb.freebsd.org/changeset/base/357636
Log:
MFV r357635: imnport v1.9 of the O_SEARCH tests
The RCSID data was wrong, so this is effectively a record-only merge
with correction of said data. No further changes should be needed in this
area, as we've now upstreamed our local changes to this specific test.
Modified:
head/contrib/netbsd-tests/lib/libc/c063/t_o_search.c
Directory Properties:
head/contrib/netbsd-tests/ (props changed)
Modified: head/contrib/netbsd-tests/lib/libc/c063/t_o_search.c
==============================================================================
--- head/contrib/netbsd-tests/lib/libc/c063/t_o_search.c Thu Feb 6 18:48:12 2020 (r357635)
+++ head/contrib/netbsd-tests/lib/libc/c063/t_o_search.c Thu Feb 6 18:51:36 2020 (r357636)
@@ -1,4 +1,4 @@
-/* $NetBSD: t_o_search.c,v 1.5 2017/01/10 22:25:01 christos Exp $ */
+/* $NetBSD: t_o_search.c,v 1.9 2020/02/06 12:18:06 martin Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_o_search.c,v 1.5 2017/01/10 22:25:01 christos Exp $");
+__RCSID("$NetBSD: t_o_search.c,v 1.9 2020/02/06 12:18:06 martin Exp $");
#include <atf-c.h>
More information about the svn-src-all
mailing list