diff options
author | grant <grant> | 2003-09-06 23:03:00 +0000 |
---|---|---|
committer | grant <grant> | 2003-09-06 23:03:00 +0000 |
commit | e45f83c59664c2fa945f3230caad8d1a956087ee (patch) | |
tree | 77f14c0da486a15219f5ad06ec13f617a644d34e /pkgtools/libnbcompat | |
parent | d27268c9800b045b52621d8e4da9f44e9b26e3f0 (diff) | |
download | pkgsrc-e45f83c59664c2fa945f3230caad8d1a956087ee.tar.gz |
fix some rcsids
Diffstat (limited to 'pkgtools/libnbcompat')
26 files changed, 35 insertions, 42 deletions
diff --git a/pkgtools/libnbcompat/files/aclocal.m4 b/pkgtools/libnbcompat/files/aclocal.m4 index 087201141e1..a51064cddd1 100644 --- a/pkgtools/libnbcompat/files/aclocal.m4 +++ b/pkgtools/libnbcompat/files/aclocal.m4 @@ -1,4 +1,4 @@ -dnl $Id: aclocal.m4,v 1.1.1.1 2003/03/31 05:02:22 grant Exp $ +dnl $NetBSD: aclocal.m4,v 1.2 2003/09/06 23:03:00 grant Exp $ dnl dnl diff --git a/pkgtools/libnbcompat/files/bits.c b/pkgtools/libnbcompat/files/bits.c index acb3069b684..fd24b4ec1ec 100644 --- a/pkgtools/libnbcompat/files/bits.c +++ b/pkgtools/libnbcompat/files/bits.c @@ -1,3 +1,5 @@ +/* $NetBSD: bits.c,v 1.5 2003/09/06 23:03:01 grant Exp $ */ + /* * Copyright (c) 1997 - 2000 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). @@ -33,7 +35,7 @@ #include "nbcompat/nbconfig.h" #if 0 -__RCSID("$Id: bits.c,v 1.4 2003/09/03 13:11:13 jlam Exp $"); +__RCSID("$NetBSD: bits.c,v 1.5 2003/09/06 23:03:01 grant Exp $"); #endif #include <stdio.h> #include <string.h> @@ -127,7 +129,7 @@ int main(int argc, char **argv) } fprintf(f, "/* %s -- this file was generated by\n", fn); fprintf(f, " %*s %s */\n\n", (int)strlen(fn), "", - "$Id: bits.c,v 1.4 2003/09/03 13:11:13 jlam Exp $"); + "$Id: bits.c,v 1.5 2003/09/06 23:03:01 grant Exp $"); fprintf(f, "#ifndef %s\n", hb); fprintf(f, "#define %s\n", hb); fprintf(f, "\n"); diff --git a/pkgtools/libnbcompat/files/configure.ac b/pkgtools/libnbcompat/files/configure.ac index 76d46d95dab..79b1e33aa4d 100644 --- a/pkgtools/libnbcompat/files/configure.ac +++ b/pkgtools/libnbcompat/files/configure.ac @@ -1,3 +1,5 @@ +dnl $NetBSD: configure.ac,v 1.24 2003/09/06 23:03:01 grant Exp $ + dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) AC_INIT([libnbcompat], [20030823], [grant@NetBSD.org]) diff --git a/pkgtools/libnbcompat/files/err.c b/pkgtools/libnbcompat/files/err.c index 41103646a0d..d667d25ecee 100644 --- a/pkgtools/libnbcompat/files/err.c +++ b/pkgtools/libnbcompat/files/err.c @@ -1,4 +1,4 @@ -/* $Id: err.c,v 1.1.1.1 2003/03/31 05:02:43 grant Exp $ */ +/* $NetBSD: err.c,v 1.2 2003/09/06 23:03:01 grant Exp $ */ /* * Copyright 1997-2000 Luke Mewburn <lukem@netbsd.org>. diff --git a/pkgtools/libnbcompat/files/fparseln.c b/pkgtools/libnbcompat/files/fparseln.c index 4d9cc7be0dc..380e85798b9 100644 --- a/pkgtools/libnbcompat/files/fparseln.c +++ b/pkgtools/libnbcompat/files/fparseln.c @@ -1,5 +1,4 @@ -/* $Id: fparseln.c,v 1.1.1.1 2003/03/31 05:02:43 grant Exp $ */ -/* $NetBSD: fparseln.c,v 1.1.1.1 2003/03/31 05:02:43 grant Exp $ */ +/* $NetBSD: fparseln.c,v 1.2 2003/09/06 23:03:02 grant Exp $ */ /* * Copyright (c) 1997 Christos Zoulas. All rights reserved. diff --git a/pkgtools/libnbcompat/files/fseeko.c b/pkgtools/libnbcompat/files/fseeko.c index d3e81a99fdc..95b11bd4196 100644 --- a/pkgtools/libnbcompat/files/fseeko.c +++ b/pkgtools/libnbcompat/files/fseeko.c @@ -1,4 +1,4 @@ -/* $Id: fseeko.c,v 1.1.1.1 2003/03/31 05:02:44 grant Exp $ */ +/* $NetBSD: fseeko.c,v 1.2 2003/09/06 23:03:02 grant Exp $ */ /* * Copyright 2002 Luke Mewburn <lukem@netbsd.org>. diff --git a/pkgtools/libnbcompat/files/getenv.c b/pkgtools/libnbcompat/files/getenv.c index 73a4a4c06ab..024f494ad40 100644 --- a/pkgtools/libnbcompat/files/getenv.c +++ b/pkgtools/libnbcompat/files/getenv.c @@ -1,3 +1,5 @@ +/* $NetBSD: getenv.c,v 1.3 2003/09/06 23:03:02 grant Exp $ */ + /* * Copyright (c) 1987 Regents of the University of California. * All rights reserved. @@ -29,7 +31,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)getenv.c 5.8 (Berkeley) 2/23/91";*/ -static char *rcsid = "$Id: getenv.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $"; +static char *rcsid = "$Id: getenv.c,v 1.3 2003/09/06 23:03:02 grant Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdlib.h> diff --git a/pkgtools/libnbcompat/files/glob.c b/pkgtools/libnbcompat/files/glob.c index 6d0270a1c43..e129ad56003 100644 --- a/pkgtools/libnbcompat/files/glob.c +++ b/pkgtools/libnbcompat/files/glob.c @@ -1,5 +1,4 @@ -/* $Id: glob.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ -/* $NetBSD: glob.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ +/* $NetBSD: glob.c,v 1.3 2003/09/06 23:03:02 grant Exp $ */ /* * Copyright (c) 1989, 1993 diff --git a/pkgtools/libnbcompat/files/inet_ntop.c b/pkgtools/libnbcompat/files/inet_ntop.c index ae9523e1fbb..b2681e8d014 100644 --- a/pkgtools/libnbcompat/files/inet_ntop.c +++ b/pkgtools/libnbcompat/files/inet_ntop.c @@ -1,5 +1,4 @@ -/* $Id: inet_ntop.c,v 1.1.1.1 2003/03/31 05:02:48 grant Exp $ */ -/* $NetBSD: inet_ntop.c,v 1.1.1.1 2003/03/31 05:02:48 grant Exp $ */ +/* $NetBSD: inet_ntop.c,v 1.2 2003/09/06 23:03:02 grant Exp $ */ /* Copyright (c) 1996 by Internet Software Consortium. * diff --git a/pkgtools/libnbcompat/files/inet_pton.c b/pkgtools/libnbcompat/files/inet_pton.c index 3d329985df5..e160cb30265 100644 --- a/pkgtools/libnbcompat/files/inet_pton.c +++ b/pkgtools/libnbcompat/files/inet_pton.c @@ -1,5 +1,4 @@ -/* $Id: inet_pton.c,v 1.1.1.1 2003/03/31 05:02:49 grant Exp $ */ -/* $NetBSD: inet_pton.c,v 1.1.1.1 2003/03/31 05:02:49 grant Exp $ */ +/* $NetBSD: inet_pton.c,v 1.2 2003/09/06 23:03:03 grant Exp $ */ /* Copyright (c) 1996 by Internet Software Consortium. * diff --git a/pkgtools/libnbcompat/files/isblank.c b/pkgtools/libnbcompat/files/isblank.c index 5e1760a5b63..ad0fb8e1250 100644 --- a/pkgtools/libnbcompat/files/isblank.c +++ b/pkgtools/libnbcompat/files/isblank.c @@ -1,4 +1,4 @@ -/* $NetBSD: isblank.c,v 1.3 2003/06/30 15:13:17 grant Exp $ */ +/* $NetBSD: isblank.c,v 1.4 2003/09/06 23:03:03 grant Exp $ */ #include "nbcompat.h" diff --git a/pkgtools/libnbcompat/files/md5hl.c b/pkgtools/libnbcompat/files/md5hl.c index 6e1985fca38..b41c2f7c717 100644 --- a/pkgtools/libnbcompat/files/md5hl.c +++ b/pkgtools/libnbcompat/files/md5hl.c @@ -1,4 +1,4 @@ -/* $NetBSD: md5hl.c,v 1.4 2003/09/05 18:36:01 jlam Exp $ */ +/* $NetBSD: md5hl.c,v 1.5 2003/09/06 23:03:03 grant Exp $ */ /* * Written by Jason R. Thorpe <thorpej@netbsd.org>, April 29, 1997. @@ -20,8 +20,6 @@ #define _DIAGASSERT(cond) assert(cond) #endif -/* $NetBSD: md5hl.c,v 1.4 2003/09/05 18:36:01 jlam Exp $ */ - /* * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): diff --git a/pkgtools/libnbcompat/files/mkstemp.c b/pkgtools/libnbcompat/files/mkstemp.c index 885095728ee..9eb57dea122 100644 --- a/pkgtools/libnbcompat/files/mkstemp.c +++ b/pkgtools/libnbcompat/files/mkstemp.c @@ -1,5 +1,4 @@ -/* $Id: mkstemp.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ -/* $NetBSD: mkstemp.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ +/* $NetBSD: mkstemp.c,v 1.3 2003/09/06 23:03:03 grant Exp $ */ /* * Copyright (c) 1987, 1993 diff --git a/pkgtools/libnbcompat/files/setenv.c b/pkgtools/libnbcompat/files/setenv.c index b81dd0db785..2e74462b989 100644 --- a/pkgtools/libnbcompat/files/setenv.c +++ b/pkgtools/libnbcompat/files/setenv.c @@ -1,4 +1,4 @@ -/* $NetBSD: setenv.c,v 1.6 2003/09/03 13:11:15 jlam Exp $ */ +/* $NetBSD: setenv.c,v 1.7 2003/09/06 23:03:04 grant Exp $ */ /* * Copyright (c) 1987 Regents of the University of California. @@ -31,7 +31,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)setenv.c 5.6 (Berkeley) 6/4/91";*/ -static char *rcsid = "$Id: setenv.c,v 1.6 2003/09/03 13:11:15 jlam Exp $"; +static char *rcsid = "$Id: setenv.c,v 1.7 2003/09/06 23:03:04 grant Exp $"; #endif /* LIBC_SCCS and not lint */ #if HAVE_CONFIG_H diff --git a/pkgtools/libnbcompat/files/setprogname.c b/pkgtools/libnbcompat/files/setprogname.c index aeadf02d80c..47905570302 100644 --- a/pkgtools/libnbcompat/files/setprogname.c +++ b/pkgtools/libnbcompat/files/setprogname.c @@ -1,5 +1,4 @@ -/* $Id: setprogname.c,v 1.1.1.1 2003/03/31 05:03:00 grant Exp $ */ -/* $NetBSD: setprogname.c,v 1.1.1.1 2003/03/31 05:03:00 grant Exp $ */ +/* $NetBSD: setprogname.c,v 1.2 2003/09/06 23:03:04 grant Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. diff --git a/pkgtools/libnbcompat/files/sl_init.c b/pkgtools/libnbcompat/files/sl_init.c index 423227c865f..f9f05c5aed3 100644 --- a/pkgtools/libnbcompat/files/sl_init.c +++ b/pkgtools/libnbcompat/files/sl_init.c @@ -1,5 +1,4 @@ -/* $Id: sl_init.c,v 1.1.1.1 2003/03/31 05:03:02 grant Exp $ */ -/* $NetBSD: sl_init.c,v 1.1.1.1 2003/03/31 05:03:02 grant Exp $ */ +/* $NetBSD: sl_init.c,v 1.2 2003/09/06 23:03:04 grant Exp $ */ /*- * Copyright (c) 1994, 1999 The NetBSD Foundation, Inc. diff --git a/pkgtools/libnbcompat/files/snprintf.c b/pkgtools/libnbcompat/files/snprintf.c index 4c1e415914d..839483936cd 100644 --- a/pkgtools/libnbcompat/files/snprintf.c +++ b/pkgtools/libnbcompat/files/snprintf.c @@ -1,4 +1,4 @@ -/* $Id: snprintf.c,v 1.1.1.1 2003/03/31 05:03:03 grant Exp $ */ +/* $NetBSD: snprintf.c,v 1.2 2003/09/06 23:03:04 grant Exp $ */ /* * Copyright Patrick Powell 1995 diff --git a/pkgtools/libnbcompat/files/statfs.c b/pkgtools/libnbcompat/files/statfs.c index b9129ea29e5..4d1668ad1e0 100644 --- a/pkgtools/libnbcompat/files/statfs.c +++ b/pkgtools/libnbcompat/files/statfs.c @@ -1,4 +1,5 @@ -/* $NetBSD: statfs.c,v 1.3 2003/09/03 13:11:16 jlam Exp $ */ +/* $NetBSD: statfs.c,v 1.4 2003/09/06 23:03:04 grant Exp $ */ + /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/pkgtools/libnbcompat/files/strdup.c b/pkgtools/libnbcompat/files/strdup.c index 1e8ad4f40cb..5758b452685 100644 --- a/pkgtools/libnbcompat/files/strdup.c +++ b/pkgtools/libnbcompat/files/strdup.c @@ -1,5 +1,4 @@ -/* $Id: strdup.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ -/* $NetBSD: strdup.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ +/* $NetBSD: strdup.c,v 1.3 2003/09/06 23:03:05 grant Exp $ */ /* * Copyright (c) 1988, 1993 diff --git a/pkgtools/libnbcompat/files/strlcat.c b/pkgtools/libnbcompat/files/strlcat.c index 3a288ddb378..e55540304d4 100644 --- a/pkgtools/libnbcompat/files/strlcat.c +++ b/pkgtools/libnbcompat/files/strlcat.c @@ -1,5 +1,4 @@ -/* $Id: strlcat.c,v 1.1.1.1 2003/03/31 05:03:04 grant Exp $ */ -/* $NetBSD: strlcat.c,v 1.1.1.1 2003/03/31 05:03:04 grant Exp $ */ +/* $NetBSD: strlcat.c,v 1.2 2003/09/06 23:03:05 grant Exp $ */ /* from OpenBSD: strlcat.c,v 1.2 1999/06/17 16:28:58 millert Exp */ /* diff --git a/pkgtools/libnbcompat/files/strlcpy.c b/pkgtools/libnbcompat/files/strlcpy.c index 9baad616755..38ccdd2f1fb 100644 --- a/pkgtools/libnbcompat/files/strlcpy.c +++ b/pkgtools/libnbcompat/files/strlcpy.c @@ -1,5 +1,4 @@ -/* $Id: strlcpy.c,v 1.1.1.1 2003/03/31 05:03:04 grant Exp $ */ -/* $NetBSD: strlcpy.c,v 1.1.1.1 2003/03/31 05:03:04 grant Exp $ */ +/* $NetBSD: strlcpy.c,v 1.2 2003/09/06 23:03:05 grant Exp $ */ /* from OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp */ /* diff --git a/pkgtools/libnbcompat/files/strptime.c b/pkgtools/libnbcompat/files/strptime.c index ae5f7a2a6de..29d4a643c59 100644 --- a/pkgtools/libnbcompat/files/strptime.c +++ b/pkgtools/libnbcompat/files/strptime.c @@ -1,5 +1,4 @@ -/* $Id: strptime.c,v 1.1.1.1 2003/03/31 05:03:05 grant Exp $ */ -/* $NetBSD: strptime.c,v 1.1.1.1 2003/03/31 05:03:05 grant Exp $ */ +/* $NetBSD: strptime.c,v 1.2 2003/09/06 23:03:05 grant Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. diff --git a/pkgtools/libnbcompat/files/strsep.c b/pkgtools/libnbcompat/files/strsep.c index 84432f015ef..7c2d4498e7c 100644 --- a/pkgtools/libnbcompat/files/strsep.c +++ b/pkgtools/libnbcompat/files/strsep.c @@ -1,5 +1,4 @@ -/* $Id: strsep.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ -/* $NetBSD: strsep.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ +/* $NetBSD: strsep.c,v 1.3 2003/09/06 23:03:05 grant Exp $ */ /*- * Copyright (c) 1990, 1993 diff --git a/pkgtools/libnbcompat/files/strtoll.c b/pkgtools/libnbcompat/files/strtoll.c index dbeee4ca3d0..00cc4b2d3c6 100644 --- a/pkgtools/libnbcompat/files/strtoll.c +++ b/pkgtools/libnbcompat/files/strtoll.c @@ -1,5 +1,4 @@ -/* $Id: strtoll.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ -/* $NetBSD: strtoll.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ +/* $NetBSD: strtoll.c,v 1.3 2003/09/06 23:03:06 grant Exp $ */ /*- * Copyright (c) 1992, 1993 diff --git a/pkgtools/libnbcompat/files/timegm.c b/pkgtools/libnbcompat/files/timegm.c index 4308f46d9a3..4b32d30122c 100644 --- a/pkgtools/libnbcompat/files/timegm.c +++ b/pkgtools/libnbcompat/files/timegm.c @@ -1,4 +1,4 @@ -/* $Id: timegm.c,v 1.1.1.1 2003/03/31 05:03:06 grant Exp $ */ +/* $NetBSD: timegm.c,v 1.2 2003/09/06 23:03:06 grant Exp $ */ #include "nbcompat.h" diff --git a/pkgtools/libnbcompat/files/usleep.c b/pkgtools/libnbcompat/files/usleep.c index 4dae7eacd4c..3c84e5ea88e 100644 --- a/pkgtools/libnbcompat/files/usleep.c +++ b/pkgtools/libnbcompat/files/usleep.c @@ -1,4 +1,5 @@ -/* $Id: usleep.c,v 1.1.1.1 2003/03/31 05:03:06 grant Exp $ */ +/* $NetBSD: usleep.c,v 1.2 2003/09/06 23:03:06 grant Exp $ */ + /*- * Copyright (c) 1999-2000 The NetBSD Foundation, Inc. * All rights reserved. |