Apply style(9):
authorChris Pressey <cpressey@dragonflybsd.org>
Sat, 1 Jan 2005 22:00:15 +0000 (22:00 +0000)
committerChris Pressey <cpressey@dragonflybsd.org>
Sat, 1 Jan 2005 22:00:15 +0000 (22:00 +0000)
commitac83dddc379c4ed8b165949d3efa6a20abb9eed1
tree466ccc23418f02c40335d2d29e4155f609611b88
parentf45bdc0ee487ffcd42d3e7a3f2321aaac7335ec3
Apply style(9):
- Remove casts to void when ignoring return values;
- Use ANSI style function definitions;
- Use STD{IN,OUT,ERR}_FILENO constants for readability;
- Consistently use parentheses after sizeof.

Also raise WARNS to 6:
- Use a static string instead of a string constant;
- Mark a parameter as unused.
usr.bin/rsh/Makefile
usr.bin/rsh/rsh.c