diff --git a/lib/libc/time/strptime.c b/lib/libc/time/strptime.c index 96a4d337c88f..b5d266cdd87c 100644 --- a/lib/libc/time/strptime.c +++ b/lib/libc/time/strptime.c @@ -1,4 +1,4 @@ -/* $NetBSD: strptime.c,v 1.4 1997/06/03 10:04:20 kleink Exp $ */ +/* $NetBSD: strptime.c,v 1.5 1997/06/03 10:19:45 kleink Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -36,7 +36,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: strptime.c,v 1.4 1997/06/03 10:04:20 kleink Exp $"; +static char rcsid[] = "$NetBSD: strptime.c,v 1.5 1997/06/03 10:19:45 kleink Exp $"; #endif #include @@ -45,7 +45,7 @@ static char rcsid[] = "$NetBSD: strptime.c,v 1.4 1997/06/03 10:04:20 kleink Exp #include #include -#define _ctloc(x) __CONCAT(_CurrentTimeLocale->, x) +#define _ctloc(x) __CONCAT(_CurrentTimeLocale->,x) /* * We do not implement alternate representations. However, we always