From e16e5eebd3dfa08fba3e5e7bfdbcdf6125fab839 Mon Sep 17 00:00:00 2001 From: tshiozak Date: Fri, 7 Mar 2003 06:46:38 +0000 Subject: add original FreeBSD RCS ID. NOTE: these files were obtained from FreeBSD and fitted for NetBSD by sigsegv@infoseek.jp. --- lib/libc/string/wcstok.3 | 5 ++++- lib/libc/string/wcstok.c | 7 +++++-- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'lib/libc/string') diff --git a/lib/libc/string/wcstok.3 b/lib/libc/string/wcstok.3 index 2b2b7300259..a32a52bd9a5 100644 --- a/lib/libc/string/wcstok.3 +++ b/lib/libc/string/wcstok.3 @@ -1,3 +1,5 @@ +.\" $NetBSD: wcstok.3,v 1.2 2003/03/07 06:46:38 tshiozak Exp $ +.\" .\" Copyright (c) 1998 Softweyr LLC. All rights reserved. .\" .\" strtok_r, from Berkeley strtok @@ -47,7 +49,8 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $NetBSD: wcstok.3,v 1.1 2003/03/05 20:18:17 tshiozak Exp $ +.\" Original version ID: +.\" FreeBSD: src/lib/libc/string/wcstok.3,v 1.4 2002/10/15 09:49:54 tjr Exp .\" .Dd October 3, 2002 .Dt WCSTOK 3 diff --git a/lib/libc/string/wcstok.c b/lib/libc/string/wcstok.c index 28aa444ac79..ac54635f203 100644 --- a/lib/libc/string/wcstok.c +++ b/lib/libc/string/wcstok.c @@ -1,4 +1,4 @@ -/* $NetBSD: wcstok.c,v 1.1 2003/03/05 20:18:17 tshiozak Exp $ */ +/* $NetBSD: wcstok.c,v 1.2 2003/03/07 06:46:39 tshiozak Exp $ */ /*- * Copyright (c) 1998 Softweyr LLC. All rights reserved. @@ -36,11 +36,14 @@ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * Original version ID: + * FreeBSD: src/lib/libc/string/wcstok.c,v 1.1 2002/09/07 08:16:57 tjr Exp */ #include #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: wcstok.c,v 1.1 2003/03/05 20:18:17 tshiozak Exp $"); +__RCSID("$NetBSD: wcstok.c,v 1.2 2003/03/07 06:46:39 tshiozak Exp $"); #endif #include -- cgit