Skip to content

Commit 9fea5b4

Browse files
committed
tree-wide: Remove references to src/shared/linux
This directory doesn't exist anymore.
1 parent 793e187 commit 9fea5b4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

LICENSES/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ The following exceptions apply:
3232
* some sources under src/udev/ are licensed under **GPL-2.0-or-later**,
3333
so all udev programs (`systemd-udevd`, `udevadm`, and the udev builtins
3434
and test programs) are also distributed under **GPL-2.0-or-later**.
35-
* the header files contained in src/basic/linux/ and src/shared/linux/ are copied
35+
* the header files contained in src/basic/linux/ are copied
3636
verbatim from the Linux kernel source tree and are licensed under **GPL-2.0 WITH
3737
Linux-syscall-note** and are used within the scope of the Linux-syscall-note
3838
exception provisions
3939
* the following sources are licensed under the **LGPL-2.0-or-later** license:
4040
- src/basic/utf8.c
4141
- src/shared/initreq.h
42-
* the src/shared/linux/bpf_insn.h header is copied from the Linux kernel
42+
* the src/basic/linux/bpf_insn.h header is copied from the Linux kernel
4343
source tree and is licensed under either **BSD-2-Clause** or **GPL-2.0-only**,
4444
and thus is included in the systemd build under the BSD-2-Clause license.
4545
* The src/basic/linux/wireguard.h header is copied from the Linux kernel

coccinelle/run-coccinelle.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ set -e
55
# Exclude following paths from the Coccinelle transformations
66
EXCLUDED_PATHS=(
77
"src/boot/efi/*"
8-
"src/shared/linux/*"
98
"src/basic/linux/*"
109
# Symlinked to test-bus-vtable-cc.cc, which causes issues with the IN_SET macro
1110
"src/libsystemd/sd-bus/test-bus-vtable.c"

0 commit comments

Comments
 (0)