On Sat, 2009-02-14 at 04:18 +0100, Julien Kerihuel wrote:
> [*] getline() stdio.h function is missing on FreeBSD. 
> I abused the system by checking for the getline library (which I know
> is completely wrong). We'll probably need to either change getline
> call or rewrite an implementation for it.

getline is part of GNU libc which I can't find in the ports. I've fixed
the issue differently and have added a OS conditional check:
        - use getline on Linux
        - use fgetln on FreeBSD

-- 
Julien Kerihuel
[email protected]
OpenChange Project Manager

GPG Fingerprint: 0B55 783D A781 6329 108A  B609 7EF6 FE11 A35F 1F79

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
devel mailing list
[email protected]
http://mailman.openchange.org/listinfo/devel

Reply via email to