On Wed, 2012-08-29 at 10:40:00 +0200, Svante Signell wrote: > Source: spl > Version: 1.0~pre6-3.1 > Severity: Important > Tags: patch > Usertags: hurd > User: [email protected]
> --- a/webspld.c 2008-09-18 16:34:23.000000000 +0200 > +++ b/webspld.c 2012-08-29 10:36:29.000000000 +0200 > @@ -62,7 +62,11 @@ > static int pool_size = 32; > static struct pool_entry *pool = 0; > > +#if (_POSIX_C_SOURCE >= 200809L) This is a user defined variable, and as such might not really tell if the system will support that version of POSIX, you should use instead _POSIX_VERSION like you did in some other patch. thanks, guillem -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

