non port: sysutils/44bsd-more/files/patch-main.c |
Number of commits found: 3 |
Sunday, 25 Jun 2023
|
20:52 Cy Schubert (cy)
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
6bef86a |
Friday, 9 Sep 2011
|
01:14 vanilla
Fix build with clang.
|
Friday, 22 Jun 2007
|
06:53 delphij
Unbreak for gcc 4.2.
Approved by: maintainer timeout
PR: ports/112847
|
Number of commits found: 3 |