From: Karel Zak Date: Mon, 12 Jun 2023 10:18:50 +0000 (+0200) Subject: Merge branch 'lsfd--refactor' of https://github.com/masatake/util-linux X-Git-Tag: v2.40-rc1~397 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48554a41658b4ce34fa5e1d633ec7c9e4d0d4c3c;p=thirdparty%2Futil-linux.git Merge branch 'lsfd--refactor' of https://github.com/masatake/util-linux * 'lsfd--refactor' of https://github.com/masatake/util-linux: timeutils: add an inline funciton, is_timespecset() lsfd: use scols_table_get_column_by_name --- 48554a41658b4ce34fa5e1d633ec7c9e4d0d4c3c diff --cc misc-utils/lsfd-unkn.c index d5e44aa9a2,c42beb71c1..8b8320bb18 --- a/misc-utils/lsfd-unkn.c +++ b/misc-utils/lsfd-unkn.c @@@ -22,7 -22,7 +22,8 @@@ #include "xalloc.h" #include "nls.h" #include "libsmartcols.h" +#include "signames.h" + #include "timeutils.h" #include "lsfd.h"