Thanks for making the updates. The patch is less likely to get lost if it is submitted to https://gerrit.openafs.org, see href="https://wiki.openafs.org/GitDevelopers/#Sharing your code with us".
A couple notes just from glancing at it: there is no need to explicitly initialize .foo to 0 when using the named initializers, and 0 is also better spelled NULL for function pointers. -Ben On Sat, 18 Jun 2016, Deven Lahoti wrote: > Okay, I've patched the m4 macros to properly detect config options from the > grsec kernel and have added tests to make sure we're using a compatible > compiler for designated initializers: > > http://web.mit.edu/deywos/www/openafs-grsec.patch > > deven > _______________________________________________ OpenAFS-devel mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-devel
