[OpenAFS-devel] Solaris 8 patch 108528-20 breaks afs module
Sergio Gelato
Sergio.Gelato@astro.su.se
Fri, 25 Apr 2003 12:06:15 +0200
Sun has just added a third argument to read_binding_file() in Solaris 8
kernel patch 108528-20 (and is likely to do the same in a future Solaris
9 patch). The new prototype from <sys/modctl.h> is
extern int read_binding_file(char *, struct bind **,
int (*line_parser)(char *, int, char *, struct bind **));
I hope, but am not at all certain, that passing a NULL line_parser will
do the right thing.