diff options
| author | tshiozak <tshiozak@NetBSD.org> | 2003-03-07 06:46:38 +0000 |
|---|---|---|
| committer | tshiozak <tshiozak@NetBSD.org> | 2003-03-07 06:46:38 +0000 |
| commit | e16e5eebd3dfa08fba3e5e7bfdbcdf6125fab839 (patch) | |
| tree | 1089289089536edb405a32eb9e189944bafb8103 /lib/libc/string | |
| parent | c6fc01f54142ac02bb83fc4c4d85dc9b1409e058 (diff) | |
add original FreeBSD RCS ID.
NOTE: these files were obtained from FreeBSD and fitted for NetBSD
by sigsegv@infoseek.jp.
Diffstat (limited to 'lib/libc/string')
| -rw-r--r-- | lib/libc/string/wcstok.3 | 5 | ||||
| -rw-r--r-- | lib/libc/string/wcstok.c | 7 |
2 files changed, 9 insertions, 3 deletions
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 <sys/cdefs.h> #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 <assert.h> |
