mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 14:48:06 +00:00
UAPI: Fix AHZ multiple inclusion when __KERNEL__ is removed
Fix AHZ multiple inclusion when __KERNEL__ is removed as part of the separation of the userspace headers from the kernel headers. Signed-off-by: David Howells <dhowells@redhat.com>
This commit is contained in:
parent
a648bd0c9f
commit
989e986f5b
1 changed files with 3 additions and 0 deletions
|
@ -146,6 +146,9 @@ extern void acct_exit_ns(struct pid_namespace *);
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#undef ACCT_VERSION
|
||||||
|
#undef AHZ
|
||||||
|
|
||||||
#ifdef CONFIG_BSD_PROCESS_ACCT_V3
|
#ifdef CONFIG_BSD_PROCESS_ACCT_V3
|
||||||
#define ACCT_VERSION 3
|
#define ACCT_VERSION 3
|
||||||
#define AHZ 100
|
#define AHZ 100
|
||||||
|
|
Loading…
Add table
Reference in a new issue