extensions: use simpler header guards

This commit is contained in:
Jan Engelhardt
2021-07-17 11:24:47 +02:00
parent 87189b0051
commit 1f308c7262
25 changed files with 25 additions and 117 deletions

View File

@@ -1,5 +1,4 @@
#ifndef _LINUX_NETFILTER_XT_IPV4OPTIONS_H
#define _LINUX_NETFILTER_XT_IPV4OPTIONS_H 1
#pragma once
/* IPv4 allows for a 5-bit option number - 32 options */
@@ -22,5 +21,3 @@ struct xt_ipv4options_mtinfo1 {
__u32 invert;
__u8 flags;
};
#endif /* _LINUX_NETFILTER_XT_IPV4OPTIONS_H */