mirror of /home/gitosis/repositories/libowfat.git
be backwards compatible to legacy BSD constant naming
This commit is contained in:
parent
00dcef4652
commit
da9ef2552b
|
@ -7,6 +7,11 @@
|
|||
#include "haven2i.h"
|
||||
|
||||
#ifdef HAVE_N2I
|
||||
/* legacy BSD name */
|
||||
#ifndef IF_NAMESIZE
|
||||
#define IF_NAMESIZE IFNAMSIZ
|
||||
#endif
|
||||
|
||||
static char ifname[IF_NAMESIZE];
|
||||
|
||||
const char* socket_getifname(uint32 _interface) {
|
||||
|
|
Loading…
Reference in New Issue