~vdupras/duskos

a416e353f23b82f30eabfa8248eca44bf147faf3 — Michael Schierl a month ago cf86293
poxix/vm: Fix building on Cygwin again

This has already been fixed in 5d294d8c81cb95765fc96ad7c9ad681db18d3d76,
but got broken in the meantime.

Also add .exe files to .gitignore.
2 files changed, 3 insertions(+), 0 deletions(-)

M .gitignore
M posix/vm.c
M .gitignore => .gitignore +1 -0
@@ 6,3 6,4 @@
/*.bin
/*.img
*.o
/*.exe

M posix/vm.c => posix/vm.c +2 -0
@@ 698,6 698,8 @@ static void FCHILD () { // 0x60

// Our handles are simply the regular IO/File preludes followed by the POSIX
// file descriptor, a 64bit int.

#undef FOPEN
static void FOPEN () {
	dword fsid = ppop();
	char *path;