removed test because of moon3

This commit is contained in:
eck 1990-08-28 14:53:34 +00:00
parent 391874ecb2
commit 5fcee85f88

View file

@ -7,9 +7,6 @@
#include <stdio.h>
#include <signal.h>
#if defined(__BSD4_2)
#if _EM_WSIZE != 4
#error union wait is too small
#endif
union wait {
int w_status;
};