summaryrefslogtreecommitdiff
path: root/usr.bin/xargs
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-26 05:44:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-26 05:44:45 +0000
commitf78c2ff8497d138d7dcd5ffdd1762b8506ac023a (patch)
treed866f71b8ad5a1e57f31fa90b31e9c70af075787 /usr.bin/xargs
parent79e97129ab796ff93029b3a8d0d89519754bfece (diff)
rcsid
Diffstat (limited to 'usr.bin/xargs')
-rw-r--r--usr.bin/xargs/Makefile2
-rw-r--r--usr.bin/xargs/pathnames.h1
-rw-r--r--usr.bin/xargs/xargs.11
-rw-r--r--usr.bin/xargs/xargs.c3
4 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/xargs/Makefile b/usr.bin/xargs/Makefile
index a6d1261223c..921a1f70408 100644
--- a/usr.bin/xargs/Makefile
+++ b/usr.bin/xargs/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.2 1996/06/26 05:44:01 deraadt Exp $
# $NetBSD: Makefile,v 1.3 1994/11/14 06:51:37 jtc Exp $
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= xargs
diff --git a/usr.bin/xargs/pathnames.h b/usr.bin/xargs/pathnames.h
index 402bb43078a..9e4b007af9e 100644
--- a/usr.bin/xargs/pathnames.h
+++ b/usr.bin/xargs/pathnames.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: pathnames.h,v 1.3 1996/06/26 05:44:02 deraadt Exp $ */
/* $NetBSD: pathnames.h,v 1.3 1994/11/14 06:51:38 jtc Exp $ */
/*-
diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1
index e5d0e0ba697..51ac00c39fc 100644
--- a/usr.bin/xargs/xargs.1
+++ b/usr.bin/xargs/xargs.1
@@ -1,3 +1,4 @@
+.\" $OpenBSD: xargs.1,v 1.4 1996/06/26 05:44:02 deraadt Exp $
.\" $NetBSD: xargs.1,v 1.6 1994/11/14 06:51:40 jtc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
diff --git a/usr.bin/xargs/xargs.c b/usr.bin/xargs/xargs.c
index 062f54f1f49..2180c9ea106 100644
--- a/usr.bin/xargs/xargs.c
+++ b/usr.bin/xargs/xargs.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: xargs.c,v 1.3 1996/06/26 05:44:03 deraadt Exp $ */
/* $NetBSD: xargs.c,v 1.7 1994/11/14 06:51:41 jtc Exp $ */
/*-
@@ -46,7 +47,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)xargs.c 8.1 (Berkeley) 6/6/93";
#endif
-static char rcsid[] = "$NetBSD: xargs.c,v 1.7 1994/11/14 06:51:41 jtc Exp $";
+static char rcsid[] = "$OpenBSD: xargs.c,v 1.3 1996/06/26 05:44:03 deraadt Exp $";
#endif /* not lint */
#include <sys/types.h>