NetBSD/usr.bin/vndcompress
he 759fbc6504 The return type from getopt(3) is int, not char. Besides, char is
not guaranteed to be signed, so comparison with -1 will cause a
warning (turned error) for some of our ports (e.g. our arm ports).
Fix this by making the 'ch' variable an int instead of a char.
2005-07-27 09:29:02 +00:00
..
Makefile
vndcompress.1
vndcompress.c The return type from getopt(3) is int, not char. Besides, char is 2005-07-27 09:29:02 +00:00
vndcompress.h