logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 8ee61f4961648834b435ed50c99f64c33297d5c5
parent 6673d9ab5267ff9cfc85f22c38fed5c5e0916df5
Author: Michael Forney <mforney@mforney.org>
Date:   Tue, 16 Oct 2018 21:05:40 -0700

e2fsprogs: Inline dirpaths.h

Diffstat:

Mpkg/e2fsprogs/README.md2+-
Mpkg/e2fsprogs/config.h3++-
Dpkg/e2fsprogs/dirpaths.h2--
3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/pkg/e2fsprogs/README.md b/pkg/e2fsprogs/README.md @@ -9,4 +9,4 @@ Generated with --disable-testio-debug \ --disable-uuidd -Some irrelevant gnulib lines were filtered out. +Some irrelevant gnulib lines were filtered out. `dirpaths.h` was inlined. diff --git a/pkg/e2fsprogs/config.h b/pkg/e2fsprogs/config.h @@ -269,4 +269,5 @@ /* #undef ptrdiff_t */ /* #undef size_t */ /* #undef uintmax_t */ -#include <dirpaths.h> +#define LOCALEDIR "/share/locale" +#define ROOT_SYSCONFDIR "/etc" diff --git a/pkg/e2fsprogs/dirpaths.h b/pkg/e2fsprogs/dirpaths.h @@ -1,2 +0,0 @@ -#define LOCALEDIR "/share/locale" -#define ROOT_SYSCONFDIR "/etc"