diff options
| author | christos <christos@NetBSD.org> | 2007-03-04 05:59:00 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2007-03-04 05:59:00 +0000 |
| commit | 53524e44efd7c7176da8dc8190a698b2fe184db1 (patch) | |
| tree | 68b6fb4aee85c3eb0a522cc199c3a3427938828e /sys/dev/lockstat.c | |
| parent | 1b20cebad5f8d3582a41d5599641a95247721732 (diff) | |
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
Diffstat (limited to 'sys/dev/lockstat.c')
| -rw-r--r-- | sys/dev/lockstat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/lockstat.c b/sys/dev/lockstat.c index 27d72eafa9a..b86d9939e2d 100644 --- a/sys/dev/lockstat.c +++ b/sys/dev/lockstat.c @@ -1,4 +1,4 @@ -/* $NetBSD: lockstat.c,v 1.7 2007/02/15 20:32:47 ad Exp $ */ +/* $NetBSD: lockstat.c,v 1.8 2007/03/04 06:01:42 christos Exp $ */ /*- * Copyright (c) 2006 The NetBSD Foundation, Inc. @@ -44,7 +44,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lockstat.c,v 1.7 2007/02/15 20:32:47 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lockstat.c,v 1.8 2007/03/04 06:01:42 christos Exp $"); #include <sys/types.h> #include <sys/param.h> @@ -470,7 +470,7 @@ lockstat_close(dev_t dev, int flag, int mode, * Handle control operations. */ int -lockstat_ioctl(dev_t dev, u_long cmd, caddr_t data, +lockstat_ioctl(dev_t dev, u_long cmd, void *data, int flag, struct lwp *l) { lsenable_t *le; |
