Fix tinderbox build on ppc.

Requested by:  mlaier
This commit is contained in:
Peter Grehan 2005-05-08 00:29:15 +00:00
parent 4f2795ff0e
commit 9fce4d1d91

View File

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