On Fri 24-Sep-04 at 1032 EDT, Alan DeKok wrote:
> Stephen Donovan <[EMAIL PROTECTED]> wrote:
> > Check the installation lib directory for rlm_eap*. I found that using
> > the Sun Workshop C compiler, several modules do not build as they rely
> > on gcc features (in particular zero length arrays).
>
> Can you say which files?
>
> I can't see any examples of that.
I think this was the only one of those we ran into on Solaris:
src/modules/rlm_passwd/rlm_passwd.c, line 33 (in v1.0.1), var 'field':
struct mypasswd {
struct mypasswd *next;
char *listflag;
char *field[0];
};
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html