Deleted Added
full compact
51c51
< while (p = getprotoent()) {
---
> while ( (p = getprotoent()) ) {