X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/55e303ae13a4cf49d70f2294092726f2fffb9ef2..4452a7af2eac33dbad800bcc91f2399d62c18f53:/bsd/vfs/vnode_if.sh diff --git a/bsd/vfs/vnode_if.sh b/bsd/vfs/vnode_if.sh index 84b383645..9cb25118d 100644 --- a/bsd/vfs/vnode_if.sh +++ b/bsd/vfs/vnode_if.sh @@ -3,7 +3,7 @@ copyright=' /* * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved. * - * @APPLE_LICENSE_HEADER_START@ + * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * * The contents of this file constitute Original Code as defined in and * are subject to the Apple Public Source License Version 1.1 (the @@ -19,7 +19,7 @@ copyright=' * License for the specific language governing rights and limitations * under the License. * - * @APPLE_LICENSE_HEADER_END@ + * @APPLE_OSREFERENCE_LICENSE_HEADER_END@ */ /* * Copyright (c) 1995 NeXT Computer, Inc. All Rights Reserved @@ -174,6 +174,7 @@ echo ' #define _SYS_VNODE_IF_H_ #include +#include #ifdef __APPLE_API_UNSTABLE extern struct vnodeop_desc vop_default_desc; @@ -206,26 +207,23 @@ function doit() { printf("static __inline int _%s(", toupper(name)); for (i=0; i