Re: [systemd-devel] [PATCH] random-util: guard including sys/auxv.h with the corresponding ifdef check

2015-06-09 Thread Lennart Poettering
On Tue, 02.06.15 11:07, Michael Olbrich (m.olbr...@pengutronix.de) wrote:

> ---
>  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 88f5182508e7..b230044f5099 100644
> --- a/src/shared/random-util.c
> +++ b/src/shared/random-util.c
> @@ -23,7 +23,9 @@
>  #include 
>  #include 
>  #include 
> +#ifdef HAVE_SYS_AUXV_H
>  #include 
> +#endif
>  #include 
>  
>  #include "random-util.h"

For the sake of the archives:

This was merged as https://github.com/systemd/systemd/pull/8.

Lennart

-- 
Lennart Poettering, Red Hat
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] [PATCH] random-util: guard including sys/auxv.h with the corresponding ifdef check

2015-06-02 Thread Michael Olbrich
On Tue, Jun 02, 2015 at 02:09:36PM +0200, Umut Tezduyar Lindskog wrote:
> http://lists.freedesktop.org/archives/systemd-devel/2015-May/032473.html

Oh, I missed that patch. I need to read the mails more carefully :-)

Michael

> On Tue, Jun 2, 2015 at 11:07 AM, Michael Olbrich
>  wrote:
> > ---
> >  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 88f5182508e7..b230044f5099 100644
> > --- a/src/shared/random-util.c
> > +++ b/src/shared/random-util.c
> > @@ -23,7 +23,9 @@
> >  #include 
> >  #include 
> >  #include 
> > +#ifdef HAVE_SYS_AUXV_H
> >  #include 
> > +#endif
> >  #include 
> >
> >  #include "random-util.h"
> > --
> > 2.1.4
> >
> > ___
> > systemd-devel mailing list
> > systemd-devel@lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/systemd-devel
> ___
> systemd-devel mailing list
> systemd-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/systemd-devel

-- 
Pengutronix e.K.   | |
Industrial Linux Solutions | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0|
Amtsgericht Hildesheim, HRA 2686   | Fax:   +49-5121-206917- |
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] [PATCH] random-util: guard including sys/auxv.h with the corresponding ifdef check

2015-06-02 Thread Umut Tezduyar Lindskog
http://lists.freedesktop.org/archives/systemd-devel/2015-May/032473.html

On Tue, Jun 2, 2015 at 11:07 AM, Michael Olbrich
 wrote:
> ---
>  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 88f5182508e7..b230044f5099 100644
> --- a/src/shared/random-util.c
> +++ b/src/shared/random-util.c
> @@ -23,7 +23,9 @@
>  #include 
>  #include 
>  #include 
> +#ifdef HAVE_SYS_AUXV_H
>  #include 
> +#endif
>  #include 
>
>  #include "random-util.h"
> --
> 2.1.4
>
> ___
> systemd-devel mailing list
> systemd-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/systemd-devel
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] [PATCH] random-util: guard including sys/auxv.h with the corresponding ifdef check

2015-06-02 Thread systemd github import bot
Patchset imported to github.
Pull request:


--
Generated by https://github.com/haraldh/mail2git
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


[systemd-devel] [PATCH] random-util: guard including sys/auxv.h with the corresponding ifdef check

2015-06-02 Thread Michael Olbrich
---
 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 88f5182508e7..b230044f5099 100644
--- a/src/shared/random-util.c
+++ b/src/shared/random-util.c
@@ -23,7 +23,9 @@
 #include 
 #include 
 #include 
+#ifdef HAVE_SYS_AUXV_H
 #include 
+#endif
 #include 
 
 #include "random-util.h"
-- 
2.1.4

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel