hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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 */