summaryrefslogtreecommitdiff
path: root/shells/ast-ksh/patches/patch-src_lib_libast_comp_tmpnam.c
AgeCommit message (Collapse)AuthorFilesLines
2017-02-19ast-ksh: fix compilation on NetBSD, possibly linux too.maya1-0/+20
Fix "storage size of buf is not known" likely caused by it being defined to be something with sizeof(). add LDFLAGS -lm to all operating systems (I see undefined reference to frexpl/ldexpl), remove duplicate from other operating systems. bump PKGREVISION sinze L_tmpnam will be changed for the few who can build the package.