diff options
Diffstat (limited to 'lib/libc/locale/setlocale.c')
-rw-r--r-- | lib/libc/locale/setlocale.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/locale/setlocale.c b/lib/libc/locale/setlocale.c index 45c5e5ac43431..aee3d013348c6 100644 --- a/lib/libc/locale/setlocale.c +++ b/lib/libc/locale/setlocale.c @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: setlocale.c,v 1.23 1998/04/29 22:39:56 ache Exp $ + * $Id: setlocale.c,v 1.8.2.9 1998/04/30 16:50:34 ache Exp $ */ #ifdef LIBC_RCS static const char rcsid[] = - "$Id: setlocale.c,v 1.23 1998/04/29 22:39:56 ache Exp $"; + "$Id: setlocale.c,v 1.8.2.9 1998/04/30 16:50:34 ache Exp $"; #endif #if defined(LIBC_SCCS) && !defined(lint) |