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 _XT_CONDITION_H
#define _XT_CONDITION_H
#pragma once
enum {
CONDITION_NAME_LEN = 31,
@@ -12,5 +11,3 @@ struct xt_condition_mtinfo {
/* Used internally by the kernel */
void *condvar __attribute__((aligned(8)));
};
#endif /* _XT_CONDITION_H */