From 102a0743326a03cd1a1202ceda21e175b7d3575c Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:20:52 +0000 Subject: [PATCH] add new system file --- kernel/include/linux/sunrpc/svcauth_gss.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/kernel/include/linux/sunrpc/svcauth_gss.h b/kernel/include/linux/sunrpc/svcauth_gss.h index d229d27..f09c82b 100644 --- a/kernel/include/linux/sunrpc/svcauth_gss.h +++ b/kernel/include/linux/sunrpc/svcauth_gss.h @@ -9,7 +9,6 @@ #ifndef _LINUX_SUNRPC_SVCAUTH_GSS_H #define _LINUX_SUNRPC_SVCAUTH_GSS_H -#ifdef __KERNEL__ #include <linux/sched.h> #include <linux/sunrpc/types.h> #include <linux/sunrpc/xdr.h> @@ -25,5 +24,4 @@ char *name); u32 svcauth_gss_flavor(struct auth_domain *dom); -#endif /* __KERNEL__ */ #endif /* _LINUX_SUNRPC_SVCAUTH_GSS_H */ -- Gitblit v1.6.2