diff options
Diffstat (limited to 'lib/libc/nls')
-rw-r--r-- | lib/libc/nls/Makefile.inc | 2 | ||||
-rw-r--r-- | lib/libc/nls/catclose.3 | 2 | ||||
-rw-r--r-- | lib/libc/nls/catclose.c | 2 | ||||
-rw-r--r-- | lib/libc/nls/catgets.3 | 2 | ||||
-rw-r--r-- | lib/libc/nls/catgets.c | 2 | ||||
-rw-r--r-- | lib/libc/nls/catopen.3 | 2 | ||||
-rw-r--r-- | lib/libc/nls/catopen.c | 2 | ||||
-rw-r--r-- | lib/libc/nls/msgcat.c | 2 | ||||
-rw-r--r-- | lib/libc/nls/msgcat.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/lib/libc/nls/Makefile.inc b/lib/libc/nls/Makefile.inc index 8bbca27a2b6d0..929256f85a7fb 100644 --- a/lib/libc/nls/Makefile.inc +++ b/lib/libc/nls/Makefile.inc @@ -1,5 +1,5 @@ # from $NetBSD: Makefile.inc,v 1.7 1995/02/27 13:06:20 cgd Exp $ -# $Id: Makefile.inc,v 1.3 1997/05/03 03:50:01 jb Exp $ +# $Id: Makefile.inc,v 1.4 1997/10/15 16:15:47 bde Exp $ .PATH: ${.CURDIR}/../libc/nls diff --git a/lib/libc/nls/catclose.3 b/lib/libc/nls/catclose.3 index 9376565795f50..1e79e5972363d 100644 --- a/lib/libc/nls/catclose.3 +++ b/lib/libc/nls/catclose.3 @@ -1,4 +1,4 @@ -.\" $Id: catclose.3,v 1.4 1997/02/22 15:00:44 peter Exp $ +.\" $Id: catclose.3,v 1.5 1998/04/30 11:06:11 ache Exp $ .\" .\" Copyright (c) 1994 Winning Strategies, Inc. .\" All rights reserved. diff --git a/lib/libc/nls/catclose.c b/lib/libc/nls/catclose.c index 341f6643aa808..46a09104d5ebc 100644 --- a/lib/libc/nls/catclose.c +++ b/lib/libc/nls/catclose.c @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: catclose.c,v 1.3 1997/02/22 15:00:45 peter Exp $ */ /* * Written by J.T. Conklin, 10/05/94 diff --git a/lib/libc/nls/catgets.3 b/lib/libc/nls/catgets.3 index 6d03527edd01e..0c27740b02311 100644 --- a/lib/libc/nls/catgets.3 +++ b/lib/libc/nls/catgets.3 @@ -1,4 +1,4 @@ -.\" $Id: catgets.3,v 1.4 1997/02/22 15:00:46 peter Exp $ +.\" $Id: catgets.3,v 1.5 1998/04/30 11:06:12 ache Exp $ .\" .\" Copyright (c) 1994 Winning Strategies, Inc. .\" All rights reserved. diff --git a/lib/libc/nls/catgets.c b/lib/libc/nls/catgets.c index 6c4c55a53347f..1089ef168d5e7 100644 --- a/lib/libc/nls/catgets.c +++ b/lib/libc/nls/catgets.c @@ -1,4 +1,4 @@ -/* $Id: catgets.c,v 1.3 1997/02/22 15:00:47 peter Exp $ */ +/* $Id: catgets.c,v 1.4 1998/04/30 10:14:54 ache Exp $ */ /* * Written by J.T. Conklin, 10/05/94 diff --git a/lib/libc/nls/catopen.3 b/lib/libc/nls/catopen.3 index e1c8fe34bc4af..6fa02d9fbf0c1 100644 --- a/lib/libc/nls/catopen.3 +++ b/lib/libc/nls/catopen.3 @@ -1,4 +1,4 @@ -.\" $Id: catopen.3,v 1.5 1998/04/30 11:06:12 ache Exp $ +.\" $Id: catopen.3,v 1.6 1998/04/30 16:11:50 ache Exp $ .\" .\" Copyright (c) 1994 Winning Strategies, Inc. .\" All rights reserved. diff --git a/lib/libc/nls/catopen.c b/lib/libc/nls/catopen.c index 5dfb727c5812b..3e047fb8e9ed4 100644 --- a/lib/libc/nls/catopen.c +++ b/lib/libc/nls/catopen.c @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: catopen.c,v 1.3 1997/02/22 15:00:49 peter Exp $ */ /* * Written by J.T. Conklin, 10/05/94 diff --git a/lib/libc/nls/msgcat.c b/lib/libc/nls/msgcat.c index ff0ddd6c4e78d..5b82c5ba4f9a3 100644 --- a/lib/libc/nls/msgcat.c +++ b/lib/libc/nls/msgcat.c @@ -1,4 +1,4 @@ -/* $Id: msgcat.c,v 1.17 1998/04/30 13:15:31 ache Exp $ */ +/* $Id: msgcat.c,v 1.18 1998/07/14 18:27:43 ache Exp $ */ /*********************************************************** Copyright 1990, by Alfalfa Software Incorporated, Cambridge, Massachusetts. diff --git a/lib/libc/nls/msgcat.h b/lib/libc/nls/msgcat.h index 9df7a82907b9a..94f9b09d0f322 100644 --- a/lib/libc/nls/msgcat.h +++ b/lib/libc/nls/msgcat.h @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: msgcat.h,v 1.5 1997/02/22 15:00:51 peter Exp $ */ /* -*-c++-*- */ |