X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fpager.c;h=0e21065076e50cf0676fd85b52bf5886220a5928;hb=51e8372fb6cca277dc7afc6e83f48a1a2b6d4dbe;hp=789d20003b2d8aeca1ca532593a21cd089afe5c5;hpb=7186c8d363ef93076d057dd6105ed309db24ebbf;p=elogind.git diff --git a/src/shared/pager.c b/src/shared/pager.c index 789d20003..0e2106507 100644 --- a/src/shared/pager.c +++ b/src/shared/pager.c @@ -1,5 +1,3 @@ -/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ - /*** This file is part of systemd. @@ -19,19 +17,26 @@ along with systemd; If not, see . ***/ -#include +#include +#include +#include +#include +#include #include -#include #include #include +#include +#include "copy.h" +#include "fd-util.h" +#include "locale-util.h" +#include "log.h" +#include "macro.h" #include "pager.h" -#include "util.h" #include "process-util.h" -#include "macro.h" -#include "terminal-util.h" #include "signal-util.h" -#include "copy.h" +#include "string-util.h" +#include "terminal-util.h" static pid_t pager_pid = 0; @@ -167,8 +172,7 @@ bool pager_have(void) { return pager_pid > 0; } -/// UNNEEDED by elogind -#if 0 +#if 0 /// UNNEEDED by elogind int show_man_page(const char *desc, bool null_stdio) { const char *args[4] = { "man", NULL, NULL, NULL }; char *e = NULL;