1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
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
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