Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/fs/cd9660/cd9660_lookup.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/fs/cd9660/cd9660_lookup.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.9.6.2 retrieving revision 1.10 diff -u -p -r1.9.6.2 -r1.10 --- src/sys/fs/cd9660/cd9660_lookup.c 2006/06/01 22:37:51 1.9.6.2 +++ src/sys/fs/cd9660/cd9660_lookup.c 2006/04/15 04:01:41 1.10 @@ -1,4 +1,4 @@ -/* $NetBSD: cd9660_lookup.c,v 1.9.6.2 2006/06/01 22:37:51 kardel Exp $ */ +/* $NetBSD: cd9660_lookup.c,v 1.10 2006/04/15 04:01:41 christos Exp $ */ /*- * Copyright (c) 1989, 1993, 1994 @@ -39,7 +39,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: cd9660_lookup.c,v 1.9.6.2 2006/06/01 22:37:51 kardel Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cd9660_lookup.c,v 1.10 2006/04/15 04:01:41 christos Exp $"); #include #include @@ -48,7 +48,6 @@ __KERNEL_RCSID(0, "$NetBSD: cd9660_looku #include #include #include -#include #include #include @@ -127,7 +126,7 @@ cd9660_lookup(v) const char *name; struct vnode **vpp = ap->a_vpp; struct componentname *cnp = ap->a_cnp; - kauth_cred_t cred = cnp->cn_cred; + struct ucred *cred = cnp->cn_cred; int flags; int nameiop = cnp->cn_nameiop;