summaryrefslogtreecommitdiff
path: root/audio/xcdplayer/patches/patch-cdrom__sgi_c
AgeCommit message (Collapse)AuthorFilesLines
2011-09-04Fix void main, caught by clang.dholland1-0/+39
While here, fix other problems caught by gcc: - casting malloc instead of including <stdlib.h> - casting calloc instead of including <stdlib.h> - failing to include <time.h> with bad consequences for -current. PKGREVISION -> 5.