summaryrefslogtreecommitdiff
path: root/sbin/ping/ping.c
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/ping.c
parenta3ac5dbadb5694f6713891634647a7cef4553c0f (diff)
update rcsid
Diffstat (limited to 'sbin/ping/ping.c')
-rw-r--r--sbin/ping/ping.c3
1 files changed, 2 insertions, 1 deletions
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 */