summaryrefslogtreecommitdiff
path: root/include/uapi/linux/errqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/errqueue.h')
-rw-r--r--include/uapi/linux/errqueue.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/uapi/linux/errqueue.h b/include/uapi/linux/errqueue.h
index aacd4fb7102a..12e2eae15188 100644
--- a/include/uapi/linux/errqueue.h
+++ b/include/uapi/linux/errqueue.h
@@ -1,5 +1,5 @@
-#ifndef _UAPI_LINUX_ERRQUEUE_H
-#define _UAPI_LINUX_ERRQUEUE_H
+#ifndef _LINUX_ERRQUEUE_H
+#define _LINUX_ERRQUEUE_H
#include <linux/types.h>
@@ -23,4 +23,4 @@ struct sock_extended_err {
#define SO_EE_OFFENDER(ee) ((struct sockaddr*)((ee)+1))
-#endif /* _UAPI_LINUX_ERRQUEUE_H */
+#endif /* _LINUX_ERRQUEUE_H */