diff options
Diffstat (limited to 'libc/kernel/common/linux/if_pppox.h')
-rw-r--r-- | libc/kernel/common/linux/if_pppox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/kernel/common/linux/if_pppox.h b/libc/kernel/common/linux/if_pppox.h index 47ed22e3a..26534d75a 100644 --- a/libc/kernel/common/linux/if_pppox.h +++ b/libc/kernel/common/linux/if_pppox.h @@ -42,8 +42,8 @@ struct pptp_addr { struct in_addr sin_addr; /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ }; -#define PX_PROTO_OE 0 -#define PX_PROTO_OL2TP 1 +#define PX_PROTO_OE 0 +#define PX_PROTO_OL2TP 1 #define PX_PROTO_PPTP 2 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ #define PX_PROTO_OLAC 3 |