1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

arm defaults to unsigned char as well.

This commit is contained in:
Olivier Houchard 2005-05-24 21:25:32 +00:00
parent 7b2b007e8c
commit 6ffb8d33c7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146590

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
#if (defined(__sgi) || defined(__powerpc__))
#if (defined(__sgi) || defined(__powerpc__) || defined(__arm__))
if ((ipf->fl_group[0] == 255) && (ipf->fl_group[1] == '\0'))
#else
if ((ipf->fl_group[0] == -1) && (ipf->fl_group[1] == '\0'))