mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-21 15:45:02 +00:00
style(9)
This commit is contained in:
parent
2180c55b9c
commit
57a72165c7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=80856
@ -104,7 +104,7 @@ mask_bits(struct in_addr m_ad)
|
||||
u_long mask;
|
||||
|
||||
mask = ntohl(m_ad.s_addr);
|
||||
for (i = 0 ; i < sizeof(u_long)*CHAR_BIT; i++) {
|
||||
for (i = 0; i < sizeof(u_long)*CHAR_BIT; i++) {
|
||||
if (mask & 1L) {
|
||||
h_fnd = 1;
|
||||
h_num++;
|
||||
|
Loading…
Reference in New Issue
Block a user