Fix tinderbox build on ppc.
Requested by: mlaier
This commit is contained in:
parent
4f2795ff0e
commit
9fce4d1d91
@ -1024,7 +1024,7 @@ int blen;
|
||||
(void) sprintf(t, "%*.*s%u", len, len, ipf->fl_ifname, ipf->fl_unit);
|
||||
t += strlen(t);
|
||||
#endif
|
||||
#ifdef __sgi
|
||||
#if (defined(__sgi) || defined(__powerpc__))
|
||||
if ((ipf->fl_group[0] == 255) && (ipf->fl_group[1] == '\0'))
|
||||
#else
|
||||
if ((ipf->fl_group[0] == -1) && (ipf->fl_group[1] == '\0'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user