--- trunk/mkinitrd-magellan/klibc/usr/klibc/tests/fcntl.c 2011/05/27 14:42:36 1296 +++ trunk/mkinitrd-magellan/klibc/usr/klibc/tests/fcntl.c 2011/05/27 15:12:11 1297 @@ -5,7 +5,6 @@ #include #include #include -#include #include #include @@ -46,5 +45,6 @@ /* Eventually, fork and try to conflict with this lock... */ + close(fd); return 0; }