be backwards compatible to legacy BSD constant naming

This commit is contained in:
Felix von Leitner 2004-02-25 17:11:26 +00:00
parent 00dcef4652
commit da9ef2552b
1 changed files with 5 additions and 0 deletions

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