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

util: move device-node.[ch] to shared

This commit is contained in:
Yu Watanabe 2021-06-03 03:12:53 +09:00
parent ebb0a0155d
commit 902b4c677e
5 changed files with 2 additions and 3 deletions

View File

@ -19,7 +19,6 @@
#include "btrfs-util.h"
#include "chattr-util.h"
#include "copy.h"
#include "device-nodes.h"
#include "fd-util.h"
#include "fileio.h"
#include "fs-util.h"

View File

@ -38,8 +38,6 @@ basic_sources = files('''
creds-util.c
creds-util.h
def.h
device-nodes.c
device-nodes.h
dirent-util.c
dirent-util.h
dlfcn-util.c

View File

@ -80,6 +80,8 @@ shared_sources = files('''
daemon-util.h
dev-setup.c
dev-setup.h
device-nodes.c
device-nodes.h
devnode-acl.h
discover-image.c
discover-image.h