summaryrefslogtreecommitdiff
path: root/usr.bin/last
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/last
parent79e97129ab796ff93029b3a8d0d89519754bfece (diff)
rcsid
Diffstat (limited to 'usr.bin/last')
-rw-r--r--usr.bin/last/Makefile2
-rw-r--r--usr.bin/last/last.11
-rw-r--r--usr.bin/last/last.c3
3 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/last/Makefile b/usr.bin/last/Makefile
index 4268e2549d3..b5d05da24d4 100644
--- a/usr.bin/last/Makefile
+++ b/usr.bin/last/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.2 1996/06/26 05:34:50 deraadt Exp $
# $NetBSD: Makefile,v 1.3 1994/12/21 22:41:22 jtc Exp $
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= last
diff --git a/usr.bin/last/last.1 b/usr.bin/last/last.1
index 5cbfd92cd07..eff134f1885 100644
--- a/usr.bin/last/last.1
+++ b/usr.bin/last/last.1
@@ -1,3 +1,4 @@
+.\" $OpenBSD: last.1,v 1.2 1996/06/26 05:34:51 deraadt Exp $
.\" $NetBSD: last.1,v 1.3 1994/12/21 22:41:23 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
diff --git a/usr.bin/last/last.c b/usr.bin/last/last.c
index e517323d673..db527951a49 100644
--- a/usr.bin/last/last.c
+++ b/usr.bin/last/last.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: last.c,v 1.2 1996/06/26 05:34:51 deraadt Exp $ */
/* $NetBSD: last.c,v 1.6 1994/12/24 16:49:02 cgd Exp $ */
/*
@@ -43,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)last.c 8.2 (Berkeley) 4/2/94";
#endif
-static char rcsid[] = "$NetBSD: last.c,v 1.6 1994/12/24 16:49:02 cgd Exp $";
+static char rcsid[] = "$OpenBSD: last.c,v 1.2 1996/06/26 05:34:51 deraadt Exp $";
#endif /* not lint */
#include <sys/param.h>