diff options
Diffstat (limited to 'include/uapi/linux/ppp-comp.h')
-rw-r--r-- | include/uapi/linux/ppp-comp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/uapi/linux/ppp-comp.h b/include/uapi/linux/ppp-comp.h index 0a15bbb04e19..e16dead540b1 100644 --- a/include/uapi/linux/ppp-comp.h +++ b/include/uapi/linux/ppp-comp.h @@ -7,8 +7,8 @@ * modify it under the terms of the GNU General Public License * version 2 as published by the Free Software Foundation. */ -#ifndef _UAPI_NET_PPP_COMP_H -#define _UAPI_NET_PPP_COMP_H +#ifndef _NET_PPP_COMP_H +#define _NET_PPP_COMP_H /* @@ -90,4 +90,4 @@ #define CILEN_PREDICTOR_2 2 /* length of its config option */ -#endif /* _UAPI_NET_PPP_COMP_H */ +#endif /* _NET_PPP_COMP_H */ |