hallvard@OpenLDAP.org wrote:
Update of /repo/OpenLDAP/pkg/ldap/servers/slapd/overlays
Modified Files: collect.c 1.11 -> 1.12
Log Message: ITS#5747: Only use C99 flexible array member when supported
CVS Web URLs: http://www.openldap.org/devel/cvsweb.cgi/servers/slapd/overlays/ http://www.openldap.org/devel/cvsweb.cgi/servers/slapd/overlays/collect.c
Changes are generally available on cvs.openldap.org (and CVSweb) within 30 minutes of being committed.
Just set it to *ci_ad[1] and leave it at that. Ifdefing this situation is unnecessary.
Howard Chu writes:
Just set it to *ci_ad[1] and leave it at that. Ifdefing this situation is unnecessary.
OK.
Ifdefing gcc was certainly silly. Maybe I was testing and then forgot why the code was there.