summaryrefslogtreecommitdiff
path: root/src/basic/meson.build
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@microsoft.com>2021-09-24 17:28:27 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-09-25 07:10:44 +0900
commitf0e2cfc6dc1fc31a1a49c0a3bcaa56301e67e4ae (patch)
tree45149835ad52018d33bbe7c50ab31aa86f1ce9d5 /src/basic/meson.build
parent3f67dccca0130093453b9abad4bf8171a3a72687 (diff)
downloadsystemd-f0e2cfc6dc1fc31a1a49c0a3bcaa56301e67e4ae.tar.gz
basic: delete loadavg.h copy
loadavg.h is an internal header of the Linux source repository, and as such it is licensed as GPLv2-only, without syscall exception. We use it only for 4 macros, which are simply doing some math calculations that cannot thus be subject to copyright. Reimplement the same calculations in another internal header and delete loadavg.h from our tree.
Diffstat (limited to 'src/basic/meson.build')
-rw-r--r--src/basic/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/basic/meson.build b/src/basic/meson.build
index 137609f86e..82f42df929 100644
--- a/src/basic/meson.build
+++ b/src/basic/meson.build
@@ -99,7 +99,6 @@ basic_sources = files('''
linux/ipv6_route.h
linux/l2tp.h
linux/libc-compat.h
- linux/loadavg.h
linux/mrp_bridge.h
linux/netdevice.h
linux/netfilter/nf_tables.h