Fix really rediculous typo I introduced.

This commit is contained in:
thorpej 1996-01-05 08:30:45 +00:00
parent 5a03ea3e48
commit b634b9d5ac
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Cambridge, MA 02139, USA. */
#include <sys/resource.h>
#endif
#if defined(__bsdi__) && defined(__NetBSD__)
#if defined(__bsdi__) || defined(__NetBSD__)
#define BSD4_2
#endif