Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2020 18:51:36 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r357636 - head/contrib/netbsd-tests/lib/libc/c063
Message-ID:  <202002061851.016IpaEt022162@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002061851.016IpaEt022162>