Frank Cusack <fcusack@fcusack.com> wrote:
So on Solaris, it's broken. src/include/autoconf.h.in#1.66 needs to be imported to the 1.1 branch. Probably other changes as well. (1.55 is the last change in the 1.1 branch.)
OK. Could you integrate those changes?
It's also interesting that the freeradius closefrom() returns int (unlike solaris which returns void), yet no one uses the return value. I'd suggest just having it return void.
OK. Other systems have it return "int", so that's what I went with.
I actually wouldn't mind adding some changes to a 1.1.3 release, if this problem warrants a new release.
Commit the changes, and we'll see about a new release. I'm not opposed, but I'd like to see some features from the CVS head going into a stable release. Alan DeKok.