more alloca fixes

This commit is contained in:
leitner
2004-01-06 23:35:06 +00:00
parent 60d00ede11
commit f52aa87441
15 changed files with 23 additions and 14 deletions

View File

@@ -2,9 +2,7 @@
#include "byte.h"
#include <ctype.h>
#include "socket.h"
#if defined(__linux__) || defined(_SGI_SOURCE)
#include <alloca.h>
#endif
#include "havealloca.h"
unsigned int scan_ip6if(const char* src,char* ip,uint32* scope_id) {
int i=scan_ip6(src,ip);