Fix RCS ID.

This commit is contained in:
joerg 2015-05-13 12:13:38 +00:00
parent 07b432ed22
commit c3d5222ef6
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cmd_ping.c,v 1.1 2015/05/13 07:07:36 pgoyette Exp $ */
/* $NetBSD: cmd_ping.c,v 1.2 2015/05/13 12:13:38 joerg Exp $ */
/*-
* Copyright (c) 2015 The NetBSD Foundation, Inc.
@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD $");
__RCSID("$NetBSD: cmd_ping.c,v 1.2 2015/05/13 12:13:38 joerg Exp $");
#include <err.h>
#include <fcntl.h>