INN commit: trunk/nnrpd (perm.c)

INN Commit Russ_Allbery at isc.org
Sat Aug 26 05:16:29 UTC 2006


    Date: Friday, August 25, 2006 @ 22:16:29
  Author: eagle
Revision: 7530

A stupid data structure combined with C's annoying type system and new,
strict gcc produced warnings on struct *** pointers converted to void ***.
So destroy the type system completely and pass them as void * and then
convert them later.

This will get cleaned up when we replace the configuration parser with
something a bit saner.

Modified:
  trunk/nnrpd/perm.c

--------+
 perm.c |   22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)


More information about the inn-committers mailing list