diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-11-07 14:59:58 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-11-08 18:21:10 +0100 |
commit | 28db6fbff133ddec390f3df4aac897ee1bbcdcc9 (patch) | |
tree | ecae4d1fde05f894bd63f40a0b42656bb700cdec /src/binfmt/binfmt.c | |
parent | basic/filesystems: fs_in_group() returns a boolean (diff) | |
download | systemd-28db6fbff133ddec390f3df4aac897ee1bbcdcc9.tar.xz systemd-28db6fbff133ddec390f3df4aac897ee1bbcdcc9.zip |
Rename def.h to constants.h
The name "def.h" originates from before the rule of "no needless abbreviations"
was established. Let's rename the file to clarify that it contains a collection
of various semi-related constants.
Diffstat (limited to 'src/binfmt/binfmt.c')
-rw-r--r-- | src/binfmt/binfmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binfmt/binfmt.c b/src/binfmt/binfmt.c index 3fc954f7c6..ba209a8d47 100644 --- a/src/binfmt/binfmt.c +++ b/src/binfmt/binfmt.c @@ -13,7 +13,7 @@ #include "binfmt-util.h" #include "build.h" #include "conf-files.h" -#include "def.h" +#include "constants.h" #include "fd-util.h" #include "fileio.h" #include "log.h" |