CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/11/08 07:37:20
Modified files:
sbin/ifconfig : ifconfig.c
Log message:
- Declare usage() as __dead void (remaining prototypes are not declared as
static, so keep it that way for consistency)
- s/usage(1)/usage() and inside call exit(1) explicitly since all usage() calls
always use that value (also update comment to reflect this change)
- Remove main() prototype
- s/exit/return in main() to enable SSP
Feedback from jca@ and tb@ and OK from both (with their remarks in)