summaryrefslogtreecommitdiff
path: root/usr.bin/logname
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/logname
parent79e97129ab796ff93029b3a8d0d89519754bfece (diff)
rcsid
Diffstat (limited to 'usr.bin/logname')
-rw-r--r--usr.bin/logname/Makefile2
-rw-r--r--usr.bin/logname/logname.11
-rw-r--r--usr.bin/logname/logname.c3
3 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/logname/Makefile b/usr.bin/logname/Makefile
index ff6a8e1b727..66dca41fbde 100644
--- a/usr.bin/logname/Makefile
+++ b/usr.bin/logname/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.2 1996/06/26 05:36:03 deraadt Exp $
# $NetBSD: Makefile,v 1.3 1994/12/22 06:33:38 jtc Exp $
-# @(#)Makefile 8.1 (Berkeley) 6/9/93
PROG= logname
diff --git a/usr.bin/logname/logname.1 b/usr.bin/logname/logname.1
index 59856eb5e11..687d0816d82 100644
--- a/usr.bin/logname/logname.1
+++ b/usr.bin/logname/logname.1
@@ -1,3 +1,4 @@
+.\" $OpenBSD: logname.1,v 1.2 1996/06/26 05:36:03 deraadt Exp $
.\" $NetBSD: logname.1,v 1.5 1995/07/25 18:31:12 jtc Exp $
.\"
.\" Copyright (c) 1991, 1993
diff --git a/usr.bin/logname/logname.c b/usr.bin/logname/logname.c
index 6044c34b936..d023fca063d 100644
--- a/usr.bin/logname/logname.c
+++ b/usr.bin/logname/logname.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: logname.c,v 1.2 1996/06/26 05:36:04 deraadt Exp $ */
/* $NetBSD: logname.c,v 1.6 1994/12/22 06:39:32 jtc Exp $ */
/*-
@@ -43,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)logname.c 8.2 (Berkeley) 4/3/94";
#endif
-static char rcsid[] = "$NetBSD: logname.c,v 1.6 1994/12/22 06:39:32 jtc Exp $";
+static char rcsid[] = "$OpenBSD: logname.c,v 1.2 1996/06/26 05:36:04 deraadt Exp $";
#endif /* not lint */
#include <stdio.h>