On 13:37 Mon 27 Jul , sebastien dugue wrote: > > Hi Sasha, > > Starting with glibc 2.10 scandir() was made POSIX compliant which changed > the prototype if the comparison function from: > > int (*compar) (const void *, const void *) > > to: > > int (*compar) (const struct dirent **, const struct dirent **) > > This patch detects glibc's version to use the correct prototype. > > Signed-off-by: Sebastien Dugue <[email protected]>
Applied. Thanks. Sasha _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
