Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+3
+3
include/linux/acct.h
··· 146 146 * 147 147 */ 148 148 149 + #undef ACCT_VERSION 150 + #undef AHZ 151 + 149 152 #ifdef CONFIG_BSD_PROCESS_ACCT_V3 150 153 #define ACCT_VERSION 3 151 154 #define AHZ 100