diff options
| author | bjh21 <bjh21@NetBSD.org> | 2002-03-10 15:47:43 +0000 |
|---|---|---|
| committer | bjh21 <bjh21@NetBSD.org> | 2002-03-10 15:47:43 +0000 |
| commit | a42e17ae9af2b5d2a9b16205cda5fa2a35ee0a5c (patch) | |
| tree | 6cc709e3171c8b45c36b8f02a048ef0ce0f56d7c /sys/compat/linux | |
| parent | 3a0f83d390aaa77a85d57da656fb16ef91420169 (diff) | |
__RCSID -> __KERNEL_RCSID
Diffstat (limited to 'sys/compat/linux')
| -rw-r--r-- | sys/compat/linux/arch/arm/linux_sys_machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/arch/arm/linux_sys_machdep.c b/sys/compat/linux/arch/arm/linux_sys_machdep.c index 47b379abed9..09d134656ce 100644 --- a/sys/compat/linux/arch/arm/linux_sys_machdep.c +++ b/sys/compat/linux/arch/arm/linux_sys_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_sys_machdep.c,v 1.5 2002/03/10 11:35:32 bjh21 Exp $ */ +/* $NetBSD: linux_sys_machdep.c,v 1.6 2002/03/10 15:47:43 bjh21 Exp $ */ /*- * Copyright (c) 2002 Ben Harris @@ -29,7 +29,7 @@ #include <sys/param.h> -__RCSID("$NetBSD: linux_sys_machdep.c,v 1.5 2002/03/10 11:35:32 bjh21 Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sys_machdep.c,v 1.6 2002/03/10 15:47:43 bjh21 Exp $"); #include <sys/systm.h> |
