Source: blimps Version: 3.9+ds-2 Severity: serious Tags: ftbfs Justification: fails to build from source
gcc -Wall -O2 -c blksort.c
blksort.c: In function 'main':
blksort.c:242:13: error: implicit declaration of function 'gets'; did you mean
'fgets'? [-Wimplicit-function-declaration]
242 | gets(homfile);
| ^~~~
| fgets
gets() in declared in stdio.h which semms to be no longer transitively
included.
Andreas
blimps_3.9+ds-2.log.gz
Description: application/gzip

