From d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 02:45:28 +0000 Subject: [PATCH] add boot partition size --- kernel/include/linux/sunrpc/gss_err.h | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/kernel/include/linux/sunrpc/gss_err.h b/kernel/include/linux/sunrpc/gss_err.h index a680786..b73c329 100644 --- a/kernel/include/linux/sunrpc/gss_err.h +++ b/kernel/include/linux/sunrpc/gss_err.h @@ -34,8 +34,6 @@ #ifndef _LINUX_SUNRPC_GSS_ERR_H #define _LINUX_SUNRPC_GSS_ERR_H -#ifdef __KERNEL__ - typedef unsigned int OM_uint32; /* @@ -163,5 +161,4 @@ /* XXXX This is a necessary evil until the spec is fixed */ #define GSS_S_CRED_UNAVAIL GSS_S_FAILURE -#endif /* __KERNEL__ */ #endif /* __LINUX_SUNRPC_GSS_ERR_H */ -- Gitblit v1.6.2