X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/d52fe63fc81f7e44faaae711812a211a78434976..9bccf70c0258c7cac2dcb80011b2a964d884c552:/bsd/sys/acct.h diff --git a/bsd/sys/acct.h b/bsd/sys/acct.h index 2470ca277..01aa44369 100644 --- a/bsd/sys/acct.h +++ b/bsd/sys/acct.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -62,6 +62,8 @@ #ifndef _SYS_ACCT_H_ #define _SYS_ACCT_H_ +#include + /* * Accounting structures; these use a comp_t type which is a 3 bits base 8 * exponent, 13 bit fraction ``floating point'' number. Units are 1/AHZ @@ -96,9 +98,10 @@ struct acct { #define AHZ 64 #ifdef KERNEL +#ifdef __APPLE_API_PRIVATE extern struct vnode *acctp; - int acct_process __P((struct proc *p)); -#endif +#endif /* __APPLE_API_PRIVATE */ +#endif /* KERNEL */ #endif /* ! _SYS_ACCT_H_ */