Re: Conflict "closefrom" on FreeBSD-8.0
Roy Marples
Tue Apr 13 12:12:21 2010On Tue, 2010-04-13 at 07:21 +0900, Naohiro Aota wrote: > I found definition of a function "closefrom" in dhcpcd's code conflicts > with one defined on FreeBSD-8.0: we have "void closefrom(int)" on > FreeBSD-8.0 and "int closefrom(int)" in dhcpcd. > > Fortunately, dhcpcd don't use the result of "closefrom" for now, I've just > added some check for "configure" and was able to build dhcpcd. Please take > a glance at the attached patch. Fixed here http://roy.marples.name/projects/dhcpcd/changeset/8b5e971093a6fd97762af1a96d655b80054b1531 Thanks Roy
Attachment:
signature.asc
Description: This is a digitally signed message part
| Conflict "closefrom" on FreeBSD-8.0 | Naohiro Aota |