projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cfece4
)
meson: drop unused HAVE_STRUCT_FIB_RULE_{UID,PORT}_RANGE
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Sat, 16 Feb 2019 17:40:02 +0000
(
02:40
+0900)
committer
Lennart Poettering
<lennart@poettering.net>
Mon, 18 Feb 2019 12:00:45 +0000
(13:00 +0100)
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 56c98b9c1b7bff4abb77f9fb51df62375d2aa192..6d2e53a8180146a53831fdf7c8515667a63388d9 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-409,15
+409,11
@@
conf.set('SIZEOF_RLIM_T', cc.sizeof('rlim_t', prefix : '#include <sys/resource.h
decl_headers = '''
#include <uchar.h>
-#include <linux/ethtool.h>
-#include <linux/fib_rules.h>
#include <sys/stat.h>
'''
foreach decl : ['char16_t',
'char32_t',
- 'struct fib_rule_uid_range',
- 'struct fib_rule_port_range',
'struct statx',
]