Changed MAX to max.

This commit is contained in:
David Greenman 1994-09-01 11:06:36 +00:00
parent e46f1c20a7
commit 55020640dc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2444

View File

@ -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)
/*