Fix really rediculous typo I introduced.
This commit is contained in:
parent
5a03ea3e48
commit
b634b9d5ac
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue