Re: [systemd-devel] [PATCH] util: Make in_charset a static inline in util.h

2014-03-12 Thread Lennart Poettering
On Tue, 11.03.14 18:51, Josh Triplett (j...@joshtriplett.org) wrote: Applied both. THanks! With in_charset now reduced to a one-liner (plus asserts), make it a static inline. --- This applies on top of the previous patch simplifying in_charset. src/shared/util.c | 6 --

[systemd-devel] [PATCH] util: Make in_charset a static inline in util.h

2014-03-11 Thread Josh Triplett
With in_charset now reduced to a one-liner (plus asserts), make it a static inline. --- This applies on top of the previous patch simplifying in_charset. src/shared/util.c | 6 -- src/shared/util.h | 6 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/shared/util.c