1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-13 23:39:20 -04:00
Commit graph

4 commits

Author SHA1 Message Date
Cy Schubert
6bef86a7ad sysutils/44bsd-more: Fix build with LLVM16
main.c:440:22: error: incompatible function pointer types passing 'int (void *, char *, size_t)' (aka 'int (void *, char *, unsigned long)') to parameter of type 'int (* _Nullable)(void *, char *, int)' [-Wincompatible-function-pointer-types]
                fd = fropen(DEFRC, str_read);
                                   ^~~~~~~~

MFH:	2023Q3
2023-06-25 13:52:33 -07:00
Vanilla I. Shu
4e347ced58 Fix build with clang. 2011-09-09 01:16:37 +00:00
Xin LI
d6a6f8552a Unbreak for gcc 4.2.
Approved by:	maintainer timeout
PR:		ports/112847
2007-06-22 06:53:11 +00:00
Tim Vanderhoek
113c74438c "Fixes for \
gcc33"

PR:	ports/55288 (Volker Stolz)
2003-08-18 03:03:22 +00:00