diff options
| author | elad <elad@NetBSD.org> | 2006-05-14 21:42:26 +0000 |
|---|---|---|
| committer | elad <elad@NetBSD.org> | 2006-05-14 21:42:26 +0000 |
| commit | 2867b68bc3d7cdb1bb7b9f8367e4aa0b2fa765f4 (patch) | |
| tree | a0add7b65b60ddf03960733156c82bfb90bc978d /sys/dev/vndvar.h | |
| parent | fc9422c9d9d5eec5abd0d58ae5fa47aedf2198e3 (diff) | |
integrate kauth.
Diffstat (limited to 'sys/dev/vndvar.h')
| -rw-r--r-- | sys/dev/vndvar.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/vndvar.h b/sys/dev/vndvar.h index ab07fb00a60..a61c3041cf3 100644 --- a/sys/dev/vndvar.h +++ b/sys/dev/vndvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: vndvar.h,v 1.19 2006/02/01 03:15:33 cube Exp $ */ +/* $NetBSD: vndvar.h,v 1.20 2006/05/14 21:42:26 elad Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -143,7 +143,6 @@ struct vnd_ioctl { #ifdef _KERNEL struct vnode; -struct ucred; /* * A vnode disk's state information. @@ -153,7 +152,7 @@ struct vnd_softc { int sc_flags; /* flags */ size_t sc_size; /* size of vnd */ struct vnode *sc_vp; /* vnode */ - struct ucred *sc_cred; /* credentials */ + kauth_cred_t sc_cred; /* credentials */ int sc_maxactive; /* max # of active requests */ struct bufq_state *sc_tab; /* transfer queue */ int sc_active; /* number of active transfers */ |
