mark
Tue Jan 28 17:29:10 PST 1997
Update of /cvsroot/src/sbin/ipf
In directory netbsd1:/var/slash-tmp/cvs-serv22854
Modified Files:
ipf.c
Log Message:
Use an integer rather than a char for the getopt() return value in main()
in order to make it work with architectures that use unsigned chars.