diff options
Diffstat (limited to 'sbin/ping/utils.c')
-rw-r--r-- | sbin/ping/utils.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sbin/ping/utils.c b/sbin/ping/utils.c index 920102a68961..e723f690be2b 100644 --- a/sbin/ping/utils.c +++ b/sbin/ping/utils.c @@ -32,18 +32,6 @@ * SUCH DAMAGE. */ -#if 0 -#ifndef lint -static const char copyright[] = -"@(#) Copyright (c) 1989, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -static char sccsid[] = "@(#)ping.c 8.1 (Berkeley) 6/5/93"; -#endif /* not lint */ -#endif -#include <sys/cdefs.h> #include <string.h> #include "utils.h" |