update rcsid format
This commit is contained in:
parent
0a334e76e7
commit
8ed94ea337
@ -1,5 +1,5 @@
|
||||
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
# $Id: Makefile,v 1.6 1994/12/22 12:29:28 cgd Exp $
|
||||
# $NetBSD: Makefile,v 1.7 1995/03/25 06:39:33 glass Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
|
||||
PROG= ar
|
||||
CFLAGS+=-I${.CURDIR}
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: append.c,v 1.4 1995/03/25 06:39:36 glass Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990, 1993, 1994
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
@ -35,8 +37,11 @@
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)append.c 8.3 (Berkeley) 4/2/94";*/
|
||||
static char *rcsid = "$Id: append.c,v 1.3 1994/09/19 03:34:07 mycroft Exp $";
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)append.c 8.3 (Berkeley) 4/2/94";
|
||||
#else
|
||||
static char *rcsid = "$NetBSD: append.c,v 1.4 1995/03/25 06:39:36 glass Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
.\" $NetBSD: ar.1,v 1.6 1995/03/25 06:39:37 glass Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
.\"
|
||||
@ -32,8 +34,7 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)ar.1 8.1 (Berkeley) 6/29/93
|
||||
.\" $Id: ar.1,v 1.5 1994/09/19 03:50:52 mycroft Exp $
|
||||
.\" @(#)ar.1 8.1 (Berkeley) 6/29/93
|
||||
.\"
|
||||
.Dd June 29, 1993
|
||||
.Dt AR 1
|
||||
|
@ -1,3 +1,5 @@
|
||||
.\" $NetBSD: ar.5,v 1.2 1995/03/25 06:39:38 glass Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
.\"
|
||||
@ -29,8 +31,7 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)ar.5.5 8.1 (Berkeley) 6/9/93
|
||||
.\" $Id: ar.5,v 1.1 1994/12/22 12:29:31 cgd Exp $
|
||||
.\" @(#)ar.5.5 8.1 (Berkeley) 6/9/93
|
||||
.\"
|
||||
.Dd June 9, 1993
|
||||
.Dt AR 5
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: ar.c,v 1.4 1995/03/25 06:39:40 glass Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990, 1993, 1994
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
@ -41,8 +43,11 @@ static char copyright[] =
|
||||
#endif /* not lint */
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)ar.c 8.3 (Berkeley) 4/2/94";*/
|
||||
static char *rcsid = "$Id: ar.c,v 1.3 1994/09/19 03:34:09 mycroft Exp $";
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)ar.c 8.3 (Berkeley) 4/2/94";
|
||||
#else
|
||||
static char *rcsid = "$NetBSD: ar.c,v 1.4 1995/03/25 06:39:40 glass Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: archive.c,v 1.6 1995/03/25 06:39:41 glass Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990, 1993, 1994
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
@ -35,8 +37,11 @@
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)archive.c 8.3 (Berkeley) 4/2/94";*/
|
||||
static char *rcsid = "$Id: archive.c,v 1.5 1994/09/19 03:34:10 mycroft Exp $";
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)archive.c 8.3 (Berkeley) 4/2/94";
|
||||
#else
|
||||
static char *rcsid = "$NetBSD: archive.c,v 1.6 1995/03/25 06:39:41 glass Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: archive.h,v 1.6 1995/03/25 06:39:43 glass Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993, 1994
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
@ -33,8 +35,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)archive.h 8.3 (Berkeley) 4/2/94
|
||||
* $Id: archive.h,v 1.5 1994/12/24 15:55:54 cgd Exp $
|
||||
* @(#)archive.h 8.3 (Berkeley) 4/2/94
|
||||
*/
|
||||
|
||||
/* Ar(1) options. */
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: contents.c,v 1.4 1995/03/25 06:39:44 glass Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990, 1993, 1994
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
@ -35,8 +37,11 @@
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)contents.c 8.3 (Berkeley) 4/2/94";*/
|
||||
static char *rcsid = "$Id: contents.c,v 1.3 1994/09/19 03:34:12 mycroft Exp $";
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)contents.c 8.3 (Berkeley) 4/2/94";
|
||||
#else
|
||||
static char *rcsid = "$NetBSD: contents.c,v 1.4 1995/03/25 06:39:44 glass Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: delete.c,v 1.4 1995/03/25 06:39:45 glass Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990, 1993, 1994
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
@ -35,8 +37,11 @@
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)delete.c 8.3 (Berkeley) 4/2/94";*/
|
||||
static char *rcsid = "$Id: delete.c,v 1.3 1994/09/19 03:34:13 mycroft Exp $";
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)delete.c 8.3 (Berkeley) 4/2/94";
|
||||
#else
|
||||
static char *rcsid = "$NetBSD: delete.c,v 1.4 1995/03/25 06:39:45 glass Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: extern.h,v 1.4 1995/03/25 06:39:46 glass Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993, 1994
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
@ -30,8 +32,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)extern.h 8.3 (Berkeley) 4/2/94
|
||||
* $Id: extern.h,v 1.3 1994/09/19 03:34:14 mycroft Exp $
|
||||
* @(#)extern.h 8.3 (Berkeley) 4/2/94
|
||||
*/
|
||||
|
||||
int append __P((char **));
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: extract.c,v 1.4 1995/03/25 06:39:47 glass Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990, 1993, 1994
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
@ -35,8 +37,11 @@
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)extract.c 8.3 (Berkeley) 4/2/94";*/
|
||||
static char *rcsid = "$Id: extract.c,v 1.3 1994/09/19 03:34:15 mycroft Exp $";
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)extract.c 8.3 (Berkeley) 4/2/94";
|
||||
#else
|
||||
static char *rcsid = "$NetBSD: extract.c,v 1.4 1995/03/25 06:39:47 glass Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: misc.c,v 1.5 1995/03/25 06:39:48 glass Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990, 1993, 1994
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
@ -35,8 +37,11 @@
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)misc.c 8.3 (Berkeley) 4/2/94";*/
|
||||
static char *rcsid = "$Id: misc.c,v 1.4 1994/09/19 03:35:16 mycroft Exp $";
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94";
|
||||
#else
|
||||
static char *rcsid = "$NetBSD: misc.c,v 1.5 1995/03/25 06:39:48 glass Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: move.c,v 1.4 1995/03/25 06:39:49 glass Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990, 1993, 1994
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
@ -35,8 +37,11 @@
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)move.c 8.3 (Berkeley) 4/2/94";*/
|
||||
static char *rcsid = "$Id: move.c,v 1.3 1994/09/19 03:34:17 mycroft Exp $";
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)move.c 8.3 (Berkeley) 4/2/94";
|
||||
#else
|
||||
static char *rcsid = "$NetBSD: move.c,v 1.4 1995/03/25 06:39:49 glass Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: pathnames.h,v 1.4 1995/03/25 06:39:50 glass Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
@ -33,8 +35,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)pathnames.h 8.1 (Berkeley) 6/6/93
|
||||
* $Id: pathnames.h,v 1.3 1994/09/19 03:34:18 mycroft Exp $
|
||||
* @(#)pathnames.h 8.1 (Berkeley) 6/6/93
|
||||
*/
|
||||
|
||||
#define _NAME_ARTMP "ar.XXXXXX"
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: print.c,v 1.4 1995/03/25 06:39:51 glass Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990, 1993, 1994
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
@ -35,8 +37,11 @@
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)print.c 8.3 (Berkeley) 4/2/94";*/
|
||||
static char *rcsid = "$Id: print.c,v 1.3 1994/09/19 03:34:19 mycroft Exp $";
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)print.c 8.3 (Berkeley) 4/2/94";
|
||||
#else
|
||||
static char *rcsid = "$NetBSD: print.c,v 1.4 1995/03/25 06:39:51 glass Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: replace.c,v 1.5 1995/03/25 06:39:52 glass Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990, 1993, 1994
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
@ -35,8 +37,11 @@
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)replace.c 8.3 (Berkeley) 4/2/94";*/
|
||||
static char *rcsid = "$Id: replace.c,v 1.4 1994/09/19 03:34:20 mycroft Exp $";
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)replace.c 8.3 (Berkeley) 4/2/94";
|
||||
#else
|
||||
static char *rcsid = "$NetBSD: replace.c,v 1.5 1995/03/25 06:39:52 glass Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
Loading…
Reference in New Issue
Block a user