On 06.09.2011 16:56, no-re...@cfengine.com wrote:

>> #if defined(__hpux) || defined(_AIX)
>> int dirfd(DIR *dirp)
>> {
>> return dirp->dd_fd != -1 ? dirp->dd_fd : ENOTSUP;
>> }
>> #endif
>
> Well, duh...I moved the changes to dirfd.c to the end of the file and now it 
> compiles and links on HP-UX!

Great, now I have all the information to fix it "properly", should be in 
SVN in few days.

-- 
Mikhail Gusarov
_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to