freebsd-ports/mail/milter-skem
Alexey Dokuchaev 8da335f97b getopt() returns int' according to the standard, but was assigned to char'
variable, and this can break the == -1 check.  It works on i386, but not on
PowerPC, where `char' is unsigned by default.

Use variable of correct type (int) to hold the return value of getopt(3).
2015-09-08 12:07:09 +00:00
..
files Remove OSVERSION checks that do not make sense any more. 2015-04-03 11:26:48 +00:00
distinfo
Makefile getopt() returns int' according to the standard, but was assigned to char' 2015-09-08 12:07:09 +00:00
pkg-descr
pkg-message