diff options
| author | christos <christos@NetBSD.org> | 2005-12-11 12:16:03 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2005-12-11 12:16:03 +0000 |
| commit | 95e1ffb15694e54f29f8baaa4232152b703c2a5a (patch) | |
| tree | d6510e195bc06092a8057e34c6442eba4e77d09a /sys/dev/cninit.c | |
| parent | 4f17ba81bcaf3f5086d88a346cbfd12506a5e3e6 (diff) | |
merge ktrace-lwp.
Diffstat (limited to 'sys/dev/cninit.c')
| -rw-r--r-- | sys/dev/cninit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/cninit.c b/sys/dev/cninit.c index e1fc920b27c..d5d6af4056f 100644 --- a/sys/dev/cninit.c +++ b/sys/dev/cninit.c @@ -1,4 +1,4 @@ -/* $NetBSD: cninit.c,v 1.7 2005/02/27 00:26:58 perry Exp $ */ +/* $NetBSD: cninit.c,v 1.8 2005/12/11 12:20:53 christos Exp $ */ /* * Copyright (c) 1990, 1993 @@ -78,7 +78,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: cninit.c,v 1.7 2005/02/27 00:26:58 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cninit.c,v 1.8 2005/12/11 12:20:53 christos Exp $"); #include <sys/param.h> #include <sys/proc.h> |
