From: David Howells Date: Tue, 13 Dec 2011 15:07:49 +0000 (+0000) Subject: UAPI: Fix AHZ multiple inclusion when __KERNEL__ is removed X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=989e986f5b1748fe3ff714954dc0d23780c43a9c;p=~shefty%2Frdma-dev.git 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 --- diff --git a/include/linux/acct.h b/include/linux/acct.h index 3e4737fa6cc..d537aa0ec41 100644 --- a/include/linux/acct.h +++ b/include/linux/acct.h @@ -146,6 +146,9 @@ extern void acct_exit_ns(struct pid_namespace *); * */ +#undef ACCT_VERSION +#undef AHZ + #ifdef CONFIG_BSD_PROCESS_ACCT_V3 #define ACCT_VERSION 3 #define AHZ 100