mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 14:29:28 +00:00
Changed MAX to max.
This commit is contained in:
parent
e46f1c20a7
commit
55020640dc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2444
@ -1207,7 +1207,7 @@ outloop:
|
||||
}
|
||||
#endif
|
||||
|
||||
sc->txb_next_len = MAX(len, ETHER_MIN_LEN);
|
||||
sc->txb_next_len = max(len, ETHER_MIN_LEN);
|
||||
|
||||
if (sc->txb_cnt > 1)
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user