summaryrefslogtreecommitdiff
path: root/usr.bin/touch
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/touch')
-rw-r--r--usr.bin/touch/Makefile2
-rw-r--r--usr.bin/touch/touch.11
-rw-r--r--usr.bin/touch/touch.c3
3 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/touch/Makefile b/usr.bin/touch/Makefile
index 29eb115f800..97f40783165 100644
--- a/usr.bin/touch/Makefile
+++ b/usr.bin/touch/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.2 1996/06/26 05:41:43 deraadt Exp $
# $NetBSD: Makefile,v 1.3 1994/12/07 09:19:47 jtc Exp $
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= touch
diff --git a/usr.bin/touch/touch.1 b/usr.bin/touch/touch.1
index e52a5f36527..17bac8f70ca 100644
--- a/usr.bin/touch/touch.1
+++ b/usr.bin/touch/touch.1
@@ -1,3 +1,4 @@
+.\" $OpenBSD: touch.1,v 1.2 1996/06/26 05:41:44 deraadt Exp $
.\" $NetBSD: touch.1,v 1.8 1995/08/31 22:10:05 jtc Exp $
.\"
.\" Copyright (c) 1991, 1993
diff --git a/usr.bin/touch/touch.c b/usr.bin/touch/touch.c
index 9465bc0925a..87a7c14fd9f 100644
--- a/usr.bin/touch/touch.c
+++ b/usr.bin/touch/touch.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: touch.c,v 1.2 1996/06/26 05:41:45 deraadt Exp $ */
/* $NetBSD: touch.c,v 1.11 1995/08/31 22:10:06 jtc Exp $ */
/*
@@ -43,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)touch.c 8.2 (Berkeley) 4/28/95";
#endif
-static char rcsid[] = "$NetBSD: touch.c,v 1.11 1995/08/31 22:10:06 jtc Exp $";
+static char rcsid[] = "$OpenBSD: touch.c,v 1.2 1996/06/26 05:41:45 deraadt Exp $";
#endif /* not lint */
#include <sys/types.h>