https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291683

Marek Zarychta <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected].
                   |                            |pl

--- Comment #3 from Marek Zarychta <[email protected]> ---
(In reply to Colin Ian King from comment #2)

stress.c:12:8: warning: call to undeclared function 'unlink'; ISO C99 and later
do not support implicit function declarations [-Wimplicit-function-declaration]
   12 |         (void)unlink(filename);
      |               ^
1 warning generated.

You forgot about including <unistd.h>
Please add #include <unistd.h> and you will be fine.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to