CVSROOT: /cvs Module name: ports Changes by: [email protected] 2025/12/15 12:40:05
Modified files:
net/ns : Makefile
Added files:
net/ns/patches : patch-configure_in
Log message:
Fix configure test that uses 'main()' instead of 'int main(void)'.
Because of this the return type of random(3) is misdetected and the
build later fails on ports-gcc because the the local random() stub
clashes with the prototype from <stdlib.h>.
Bump REVISION.
