hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/include/linux/sunrpc/gss_err.h
....@@ -34,8 +34,6 @@
3434 #ifndef _LINUX_SUNRPC_GSS_ERR_H
3535 #define _LINUX_SUNRPC_GSS_ERR_H
3636
37
-#ifdef __KERNEL__
38
-
3937 typedef unsigned int OM_uint32;
4038
4139 /*
....@@ -163,5 +161,4 @@
163161 /* XXXX This is a necessary evil until the spec is fixed */
164162 #define GSS_S_CRED_UNAVAIL GSS_S_FAILURE
165163
166
-#endif /* __KERNEL__ */
167164 #endif /* __LINUX_SUNRPC_GSS_ERR_H */