be backwards compatible to legacy BSD constant naming

This commit is contained in:
leitner 2004-02-25 17:11:26 +00:00
parent 3996ade63e
commit 08ea2e27a0

View File

@ -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) {