diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-09-07 17:15:38 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-09-09 07:52:18 +0200 |
commit | 85fd8df03df56027645a52c91e9dac6712d86195 (patch) | |
tree | c14b77bbeb63d2ee52e89f01df87d1d8c04a325a /meson.build | |
parent | missing_network: drop unnecessary definition (diff) | |
download | systemd-85fd8df03df56027645a52c91e9dac6712d86195.tar.xz systemd-85fd8df03df56027645a52c91e9dac6712d86195.zip |
missing_socket: drop unnecessary definitions
Now, we have copy of vm_sockets.h, hence these definitions are not
necessary anymore.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build index fbc2bbdf2f..c26302d25c 100644 --- a/meson.build +++ b/meson.build @@ -764,7 +764,6 @@ foreach header : ['crypt.h', 'linux/ioprio.h', 'linux/memfd.h', 'linux/time_types.h', - 'linux/vm_sockets.h', 'sys/auxv.h', 'sys/sdt.h', 'threads.h', |