>I'd really be interested in knowing how you >could mess up close() that bad...
At a guess:
int
close(int fd)
{
if (array[fd].isOpen) {
...
}
}
Rich
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox
