summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStéphane Aulery <lkppo@free.fr>2013-07-06 15:40:00 +0200
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-07-06 08:47:03 -0700
commit505fc48999ca2c7040a47900697d95c6ab78d009 (patch)
tree78e9f6a57dee409eaf2d93dc420d1403fb8aec21
parentbde5fc6b3c493365139eb4451cd1829bf48f7ac2 (diff)
Drop CRAY support
Signed-off-by: Stéphane Aulery <lkppo@free.fr> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--commands.c5
1 files changed, 1 insertions, 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 <X11/Xfuncs.h>
#include <X11/Xos.h>
#include "xedit.h"
-#ifdef CRAY
-#include <unistd.h>
-#endif
#include <stdlib.h>
#include <stdio.h>
#include <limits.h>
@@ -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;
{