Mats Erik Andersson <mats.anders...@gisladisker.se> writes: > Hello, > > three straighforward patches to > > man/Makefile.am: Use $(MAKE) > telnetd/telnetd.c: Use PATH_LOGIN
I have applied these two, thanks. > ifconfig/if_index.c: Encapsulate using HAVE_STRUCT_IF_NAMEINDEX Here I am less certain, so I didn't push this one. All these #ifdef's are ugly. Can't we move this into gnulib to allow the code to assume there is a struct? I'm assuming it is a standard GNU/POSIX struct. Note that I am only speaking generally, I haven't considered the details around this struct at all. /Simon