pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/53527: Trying to compile syslogng fails with error



The following reply was made to PR pkg/53527; it has been noted by GNATS.

From: coypu%sdf.org@localhost
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/53527: Trying to compile syslogng fails with error
Date: Tue, 4 Sep 2018 14:13:24 +0000

 This is a bad sign:
 
     getprotobynumber_r((int) d, &proto, buf, sizeof(buf), &res);
 
 The netbsd version doesn't take this many arguments. without the header
 containing the declaration, it makes an implicit (read: wrong)
 declaration which is ABI-incompatible, but it doesn't show up as a failure yet.
 


Home | Main Index | Thread Index | Old Index