use <sys/cdefs.h> __RCSID() macro

This commit is contained in:
mikel 1997-08-15 02:07:39 +00:00
parent efecf08fef
commit 09d28fdbb7
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: kvm.c,v 1.7 1997/08/14 15:57:42 gwr Exp $ */
/* $NetBSD: kvm.c,v 1.8 1997/08/15 02:07:39 mikel Exp $ */
/*-
* Copyright (c) 1989, 1992, 1993
@ -37,11 +37,12 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)kvm.c 8.2 (Berkeley) 2/13/94";
#else
static char rcsid[] = "$NetBSD: kvm.c,v 1.7 1997/08/14 15:57:42 gwr Exp $";
__RCSID("$NetBSD: kvm.c,v 1.8 1997/08/15 02:07:39 mikel Exp $");
#endif
#endif /* LIBC_SCCS and not lint */

View File

@ -1,4 +1,4 @@
/* $NetBSD: kvm_m68k.c,v 1.4 1997/08/14 15:59:45 gwr Exp $ */
/* $NetBSD: kvm_m68k.c,v 1.5 1997/08/15 02:07:40 mikel Exp $ */
/*-
* Copyright (c) 1989, 1992, 1993
@ -37,11 +37,12 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)kvm_hp300.c 8.1 (Berkeley) 6/4/93";
#else
static char rcsid[] = "$NetBSD: kvm_m68k.c,v 1.4 1997/08/14 15:59:45 gwr Exp $";
__RCSID("$NetBSD: kvm_m68k.c,v 1.5 1997/08/15 02:07:40 mikel Exp $");
#endif
#endif /* LIBC_SCCS and not lint */