Plan 9 stuff belongs into its branch

This commit is contained in:
tg 2006-08-18 18:59:49 +00:00
parent 5ee451f98c
commit 7161eeb35e
1 changed files with 1 additions and 4 deletions

View File

@ -1,13 +1,10 @@
/* $MirOS: src/bin/mksh/compat.h,v 1.2 2006/08/16 00:00:24 tg Exp $ */
/* $MirOS: src/bin/mksh/compat.h,v 1.3 2006/08/18 18:59:49 tg Exp $ */
/* Part I: extra headers */
#if defined(__sun__) || defined(__INTERIX)
#include <sys/mkdev.h>
#endif
#if defined(__Plan9__)
#include <inttypes.h>
#endif
#if !defined(__OpenBSD__) && !defined(__CYGWIN__)
#include <ulimit.h>
#endif