summaryrefslogtreecommitdiff
path: root/sbin/ping
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-23 14:32:54 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-23 14:32:54 +0000
commitee6961ddca5997df33c6cd3d6a3b1d923481bbd2 (patch)
treed0c5a8ce449174adb1446885a3852074d1bf406d /sbin/ping
parenta3ac5dbadb5694f6713891634647a7cef4553c0f (diff)
update rcsid
Diffstat (limited to 'sbin/ping')
-rw-r--r--sbin/ping/Makefile2
-rw-r--r--sbin/ping/ping.81
-rw-r--r--sbin/ping/ping.c3
3 files changed, 4 insertions, 2 deletions
diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile
index e2897e8b563..acc7c4a3f74 100644
--- a/sbin/ping/Makefile
+++ b/sbin/ping/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.2 1996/06/23 14:32:01 deraadt Exp $
# $NetBSD: Makefile,v 1.7 1995/03/18 14:59:13 cgd Exp $
-# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= ping
MAN= ping.8
diff --git a/sbin/ping/ping.8 b/sbin/ping/ping.8
index 07a5ebfef8f..58c75b7af4d 100644
--- a/sbin/ping/ping.8
+++ b/sbin/ping/ping.8
@@ -1,3 +1,4 @@
+.\" $OpenBSD: ping.8,v 1.4 1996/06/23 14:32:02 deraadt Exp $
.\" $NetBSD: ping.8,v 1.10 1995/12/31 04:55:35 ghudson Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
diff --git a/sbin/ping/ping.c b/sbin/ping/ping.c
index 3bc8a50fb66..a800b58e197 100644
--- a/sbin/ping/ping.c
+++ b/sbin/ping/ping.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: ping.c,v 1.3 1996/06/23 14:32:02 deraadt Exp $ */
/* $NetBSD: ping.c,v 1.20 1995/08/11 22:37:58 cgd Exp $ */
/*
@@ -46,7 +47,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)ping.c 8.1 (Berkeley) 6/5/93";
#else
-static char rcsid[] = "$NetBSD: ping.c,v 1.20 1995/08/11 22:37:58 cgd Exp $";
+static char rcsid[] = "$OpenBSD: ping.c,v 1.3 1996/06/23 14:32:02 deraadt Exp $";
#endif
#endif /* not lint */