From 505fc48999ca2c7040a47900697d95c6ab78d009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Aulery?= Date: Sat, 6 Jul 2013 15:40:00 +0200 Subject: Drop CRAY support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Aulery Reviewed-by: Alan Coopersmith Signed-off-by: Alan Coopersmith --- commands.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/commands.c b/commands.c index 90a64ec..ae81a12 100644 --- a/commands.c +++ b/commands.c @@ -29,9 +29,6 @@ #include #include #include "xedit.h" -#ifdef CRAY -#include -#endif #include #include #include @@ -162,7 +159,7 @@ makeBackupName(String buf, String filename, unsigned len) return (strcmp(filename, buf) ? buf : NULL); } -#if defined(USG) && !defined(CRAY) +#if defined(USG) int rename (from, to) char *from, *to; { -- cgit v1.2.3