CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/10 10:53:28
Modified files:
usr.sbin/installboot: installboot.c
Log message:
Assign the return value of getopt() to an int, not a char, so that options
actually work on unsigned char platforms.
