]> git.ipfire.org Git - thirdparty/chrony.git/commit
FreeBSD support
authorNAKAMURA Takumi <takumi@ps.sakura.ne.jp>
Sun, 11 Sep 2005 11:09:56 +0000 (20:09 +0900)
committerRichard P. Curnow <rc@rc0.org.uk>
Fri, 14 Apr 2006 23:03:30 +0000 (00:03 +0100)
commitacd99f25ef0d1deeea4914476c2321c7dcf15c85
tree47acbb26bf0e5a517315983f9fcaad2c7d76eb1c
parent91a91d16426535a000e0730c970e628eb50437a8
FreeBSD support

NAKAMURA Takumi writes:

I tried to compile chrony-1.21 on FreeBSD 4.8-RELEASE & 5.4-RELEASE.
I modify two files, configure, sysinc.h.

configure:
    add label "FreeBSD-i386" to "BSD/386" line
sysincl.h:
    1. FreeBSD obsoletes alloca.h
    2. FreeBSD use stdlib.h instead of malloc.h, to use malloc(), free()

Attached file includes the above modifications.
configure
sysincl.h