]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/hfs/hfs_attrlist.h
xnu-792.6.56.tar.gz
[apple/xnu.git] / bsd / hfs / hfs_attrlist.h
index c3ba907528284e103552fb91a9e1e326b949950f..15b4593c0485506bf41080944eb362b44f9f25b4 100644 (file)
@@ -3,8 +3,6 @@
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
- * Copyright (c) 1999-2003 Apple Computer, Inc.  All Rights Reserved.
- * 
  * This file contains Original Code and/or Modifications of Original Code
  * as defined in and that are subject to the Apple Public Source License
  * Version 2.0 (the 'License'). You may not use this file except in
@@ -64,7 +62,7 @@ extern unsigned long DerivePermissionSummary(uid_t obj_uid, gid_t obj_gid,
 
 extern void hfs_packattrblk(struct attrblock *abp, struct hfsmount *hfsmp,
                struct vnode *vp, struct cat_desc *descp, struct cat_attr *attrp,
-               struct cat_fork *datafork, struct cat_fork *rsrcfork);
+               struct cat_fork *datafork, struct cat_fork *rsrcfork, struct proc *p);
 
 #endif /* __APPLE_API_PRIVATE */
 #endif /* KERNEL */