From: H. P. A. <hp...@zy...> - 2016-10-04 08:46:05
|
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>]. hpa |