mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
arm defaults to unsigned char as well.
This commit is contained in:
parent
7b2b007e8c
commit
6ffb8d33c7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146590
@ -1024,7 +1024,7 @@ int blen;
|
|||||||
(void) sprintf(t, "%*.*s%u", len, len, ipf->fl_ifname, ipf->fl_unit);
|
(void) sprintf(t, "%*.*s%u", len, len, ipf->fl_ifname, ipf->fl_unit);
|
||||||
t += strlen(t);
|
t += strlen(t);
|
||||||
#endif
|
#endif
|
||||||
#if (defined(__sgi) || defined(__powerpc__))
|
#if (defined(__sgi) || defined(__powerpc__) || defined(__arm__))
|
||||||
if ((ipf->fl_group[0] == 255) && (ipf->fl_group[1] == '\0'))
|
if ((ipf->fl_group[0] == 255) && (ipf->fl_group[1] == '\0'))
|
||||||
#else
|
#else
|
||||||
if ((ipf->fl_group[0] == -1) && (ipf->fl_group[1] == '\0'))
|
if ((ipf->fl_group[0] == -1) && (ipf->fl_group[1] == '\0'))
|
||||||
|
Loading…
Reference in New Issue
Block a user