diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-26 05:44:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-26 05:44:45 +0000 |
commit | f78c2ff8497d138d7dcd5ffdd1762b8506ac023a (patch) | |
tree | d866f71b8ad5a1e57f31fa90b31e9c70af075787 /usr.bin/uniq | |
parent | 79e97129ab796ff93029b3a8d0d89519754bfece (diff) |
rcsid
Diffstat (limited to 'usr.bin/uniq')
-rw-r--r-- | usr.bin/uniq/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/uniq/uniq.1 | 1 | ||||
-rw-r--r-- | usr.bin/uniq/uniq.c | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/uniq/Makefile b/usr.bin/uniq/Makefile index 3727cf9a705..4269e6d1920 100644 --- a/usr.bin/uniq/Makefile +++ b/usr.bin/uniq/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/26 05:42:12 deraadt Exp $ # $NetBSD: Makefile,v 1.3 1994/12/06 07:51:12 jtc Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= uniq diff --git a/usr.bin/uniq/uniq.1 b/usr.bin/uniq/uniq.1 index b6b086dc9da..4459c497d8a 100644 --- a/usr.bin/uniq/uniq.1 +++ b/usr.bin/uniq/uniq.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: uniq.1,v 1.2 1996/06/26 05:42:12 deraadt Exp $ .\" $NetBSD: uniq.1,v 1.5 1994/12/06 07:51:15 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 diff --git a/usr.bin/uniq/uniq.c b/usr.bin/uniq/uniq.c index 142a9e17ec8..d4f9b1296bf 100644 --- a/usr.bin/uniq/uniq.c +++ b/usr.bin/uniq/uniq.c @@ -1,3 +1,4 @@ +/* $OpenBSD: uniq.c,v 1.2 1996/06/26 05:42:13 deraadt Exp $ */ /* $NetBSD: uniq.c,v 1.7 1995/08/31 22:03:48 jtc Exp $ */ /* @@ -46,7 +47,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)uniq.c 8.3 (Berkeley) 5/4/95"; #endif -static char rcsid[] = "$NetBSD: uniq.c,v 1.7 1995/08/31 22:03:48 jtc Exp $"; +static char rcsid[] = "$OpenBSD: uniq.c,v 1.2 1996/06/26 05:42:13 deraadt Exp $"; #endif /* not lint */ #include <errno.h> |