freebsd-dev/bin/stty
Warner Losh 5134c3f799 o __P has been reoved
o Old-style K&R declarations have been converted to new C89 style
o register has been removed
o prototype for main() has been removed (gcc3 makes it an error)
o int main(int argc, char *argv[]) is the preferred main definition.
o Attempt to not break style(9) conformance for declarations more than
  they already are.
o Change
	int
	foo() {
	...
  to
	int
	foo(void)
	{
	...
2002-02-02 06:50:57 +00:00
..
cchar.c o __P has been reoved 2002-02-02 06:50:57 +00:00
extern.h o __P has been reoved 2002-02-02 06:50:57 +00:00
gfmt.c o __P has been reoved 2002-02-02 06:50:57 +00:00
key.c o __P has been reoved 2002-02-02 06:50:57 +00:00
Makefile Default to WARNS=2. Binary builds that cannot handle this must explicitly 2001-12-04 01:57:47 +00:00
modes.c o __P has been reoved 2002-02-02 06:50:57 +00:00
print.c o __P has been reoved 2002-02-02 06:50:57 +00:00
stty.1 Note that stty is a utility and not... err... a program.... 2001-11-29 15:46:54 +00:00
stty.c o __P has been reoved 2002-02-02 06:50:57 +00:00
stty.h BDECFLAGS cleanup 2001-05-18 11:04:19 +00:00
util.c o __P has been reoved 2002-02-02 06:50:57 +00:00