stop using __RCSID from UCB comment.

Hope this fixes PR 7892.
This commit is contained in:
itojun 1999-07-02 17:52:36 +00:00
parent 8ecadeaecd
commit c04f585990
1 changed files with 2 additions and 0 deletions

View File

@ -66,11 +66,13 @@
*/
#include <sys/cdefs.h>
#if 0
#ifndef lint
__RCSID(
"@(#) Copyright (c) 1989, 1993\n\
The Regents of the University of California. All rights reserved.\n");
#endif /* not lint */
#endif
#if 0
__RCSID("@(#)ping.c 8.1 (Berkeley) 6/5/93");