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/lkm/syscall/example/example_syscall.c | |
| parent | 4f17ba81bcaf3f5086d88a346cbfd12506a5e3e6 (diff) | |
merge ktrace-lwp.
Diffstat (limited to 'sys/lkm/syscall/example/example_syscall.c')
| -rw-r--r-- | sys/lkm/syscall/example/example_syscall.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lkm/syscall/example/example_syscall.c b/sys/lkm/syscall/example/example_syscall.c index 235038e6e5d..9637417a821 100644 --- a/sys/lkm/syscall/example/example_syscall.c +++ b/sys/lkm/syscall/example/example_syscall.c @@ -1,4 +1,4 @@ -/* $NetBSD: example_syscall.c,v 1.4 2003/12/30 06:53:26 atatat Exp $ */ +/* $NetBSD: example_syscall.c,v 1.5 2005/12/11 12:24:49 christos Exp $ */ /* * example_syscall.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: example_syscall.c,v 1.4 2003/12/30 06:53:26 atatat Exp $"); +__KERNEL_RCSID(0, "$NetBSD: example_syscall.c,v 1.5 2005/12/11 12:24:49 christos Exp $"); #include <sys/param.h> #include <sys/ioctl.h> |
