1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-19 22:50:17 +03:00

Merge pull request #18198 from yuwata/trivial-cleanups

Trivial cleanups
This commit is contained in:
Daan De Meyer 2021-01-11 12:52:03 +01:00 committed by GitHub
commit 2b437d173b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

View File

@ -118,6 +118,7 @@ basic_sources = files('''
linux/netfilter/nfnetlink.h
linux/netlink.h
linux/nexthop.h
linux/nl80211.h
linux/pkt_sched.h
linux/rtnetlink.h
linux/wireguard.h

View File

@ -716,7 +716,6 @@ static int spawn_wait(Spawn *spawn) {
if (r < 0)
return r;
return sd_event_loop(e);
}