From: Daniel L. <da...@ma...> - 2016-10-04 08:56:51
|
> On 4 Oct 2016, at 10:45, H. Peter Anvin <hp...@zy...> wrote: > > On 10/04/16 00:33, Daniel Lundqvist wrote: >> Hi, >> >>> On 4 Oct 2016, at 09:14, H. Peter Anvin <hp...@zy...> wrote: >>> >>> Hi all, >>> >>> I have tagged a NASM 2.12.03rc1. I hope to get a 2.12.03 out as soon as >>> possible. Please let me know if there is anything missing, or broken. >> >> If possible I would like to have the attached patch part of the release. I understand if it's too late for it though. >> >> Also, if it can be improved let me know. >> >>> -hpa >> > > You shouldn't include <unistd.h>; and instead of using unlink() use the > C standard function remove() [which does exactly the same thing, except > it is defined in <stdio.h>]. Thank you for the quick feedback. Here is an updated patch. -- daniel |