Re: [systemd-devel] [PATCH] shared: do not include aux_h if it is off

2015-06-10 Thread Lennart Poettering
On Fri, 29.05.15 11:47, Umut Tezduyar Lindskog (umut.tezdu...@axis.com) wrote: For the sake of the archives: this was merged as: https://github.com/systemd/systemd/pull/8 --- src/shared/random-util.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/shared/random-util.c

Re: [systemd-devel] [PATCH] shared: do not include aux_h if it is off

2015-05-29 Thread systemd github import bot
Patchset imported to github. Pull request: https://github.com/systemd-devs/systemd/compare/master...systemd-mailing-devs:1432892866-27109-1-git-send-email-umut.tezduyar%40axis.com -- Generated by https://github.com/haraldh/mail2git ___ systemd-devel

[systemd-devel] [PATCH] shared: do not include aux_h if it is off

2015-05-29 Thread Umut Tezduyar Lindskog
--- src/shared/random-util.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/shared/random-util.c b/src/shared/random-util.c index 88f5182..b230044 100644 --- a/src/shared/random-util.c +++ b/src/shared/random-util.c @@ -23,7 +23,9 @@ #include sys/stat.h #include fcntl.h #include