From 7161eeb35e357656b9d9517726175b337d65341f Mon Sep 17 00:00:00 2001 From: tg Date: Fri, 18 Aug 2006 18:59:49 +0000 Subject: [PATCH] Plan 9 stuff belongs into its branch --- compat.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/compat.h b/compat.h index 78167cb..73a9432 100644 --- a/compat.h +++ b/compat.h @@ -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 #endif -#if defined(__Plan9__) -#include -#endif #if !defined(__OpenBSD__) && !defined(__CYGWIN__) #include #endif