[PATCH] argp: rename "struct group" to "struct argp_group"

2014-02-17 Thread Eric Wong
This avoid conflicts with FreeBSD headers when using the "freebsd-glue" package on Debian GNU/kFreeBSD Reproducible with: ./configure LIBS=-lfreebsd-glue CFLAGS=-I/usr/include/freebsd * lib/argp-parse.c (struct argp_group): rename from struct group --- Now I'm stuck on another failure, anothe

Debian argp kFreeBSD failure with freebsd-glue

2014-02-17 Thread Eric Wong
Note: things work fine without freebsd-glue, but I wanted to transparently enable FreeBSD sendfile on cmogstored. I got another failure after fixing the argp "struct group" conflict. Also using: ./configure LIBS=-lfreebsd-glue CFLAGS=-I/usr/include/freebsd (Note: this is not that important for