* dvblastctl.c: Replace tmpnam(3) with mkstemp(3).
The tmpnam(3) is used correctly but in order to avoid stupid GNU linker from complaining, rewrite the code to use mkstemp(3).
Showing
Please register or sign in to comment
The tmpnam(3) is used correctly but in order to avoid stupid GNU linker from complaining, rewrite the code to use mkstemp(3).