diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-10-05 02:37:30 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-10-05 02:37:30 -0700 |
| commit | 91c311414af2f0d852b543b818363ed625ba1b47 (patch) | |
| tree | b8fafb687c52f8b20f8b90b33fd510e0eba0d6cf /include | |
| parent | 953c48f81a59ec572ccfbe66fa2964212fb5ac09 (diff) | |
Remove test for __linux__ in auth_gss.h.
It's not necessarily even true when cross-compiling the
kernel, and the right thing to do is check for __KERNEL__
(which we already do, one line up).
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/sunrpc/auth_gss.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sunrpc/auth_gss.h b/include/linux/sunrpc/auth_gss.h index adaff41d3a5e..5bff5a1d45f7 100644 --- a/include/linux/sunrpc/auth_gss.h +++ b/include/linux/sunrpc/auth_gss.h @@ -15,11 +15,9 @@ #define _LINUX_SUNRPC_AUTH_GSS_H #ifdef __KERNEL__ -#ifdef __linux__ #include <linux/sunrpc/auth.h> #include <linux/sunrpc/svc.h> #include <linux/sunrpc/gss_api.h> -#endif #define RPC_GSS_VERSION 1 |
