Raise WARNS to 6:
authorChris Pressey <cpressey@dragonflybsd.org>
Wed, 2 Feb 2005 20:27:51 +0000 (20:27 +0000)
committerChris Pressey <cpressey@dragonflybsd.org>
Wed, 2 Feb 2005 20:27:51 +0000 (20:27 +0000)
commita003570b7eb14119d3f74f89972c3b9720df25e7
tree8cf14f6d376c4bdb835b437a8ccc38d49e3e30b5
parent9209f84647d7a4ad7f233fe22e006bfad6e64b3e
Raise WARNS to 6:

- Rename a local variable to avoid conflict with the name of a global;
- Mark some function arguments as unused;
- Make local functions static and fix up function prototypes;
- Use better logic for checking return value from snprintf().
sbin/startslip/Makefile
sbin/startslip/startslip.c