Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 03/02/1999 09:27:06
Module Name:	src
Committed By:	christos
Date:		Tue Mar  2 17:27:05 UTC 1999

Modified Files:
	src/bin/stty: gfmt.c key.c print.c stty.c stty.h
Log Message:
- char -> unsigned char
- #ifdef BSD4_4 for for non POSIX features
- prefix with STTY_ all the FMT constants to avoid namespace collisions.