[systemd-devel] [systemd-commits] src/shared

Zbigniew Jędrzejewski-Szmek zbyszek at in.waw.pl
Fri Feb 14 20:17:40 PST 2014


On Sat, Feb 15, 2014 at 05:06:13AM +0100, Zbigniew Jędrzejewski-Szmek wrote:
> On Fri, Feb 14, 2014 at 07:31:33PM -0800, Kay Sievers wrote:
> >  src/shared/util.c |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > New commits:
> > commit ecea04731c30e351c9eb3176d89af4a329ba784a
> > Author: Kay Sievers <kay at vrfy.org>
> > Date:   Sat Feb 15 04:30:27 2014 +0100
> > 
> >     util: fix mismatching function signature
> > 
> > diff --git a/src/shared/util.c b/src/shared/util.c
> > index b1a9db1..6b5b074 100644
> > --- a/src/shared/util.c
> > +++ b/src/shared/util.c
> > @@ -513,7 +513,7 @@ char *truncate_nl(char *s) {
> >          return s;
> >  }
> >  
> > -int get_process_state(pid_t pid) {
> > +char get_process_state(pid_t pid) {
> Thanks. Sorry for that.
Ooops, it should be changed in the other place... Fixed in 93b5eae.

Zbyszek


More information about the systemd-devel mailing list