diff options
author | Stéphane Aulery <lkppo@free.fr> | 2013-07-06 15:40:00 +0200 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-07-06 08:47:03 -0700 |
commit | 505fc48999ca2c7040a47900697d95c6ab78d009 (patch) | |
tree | 78e9f6a57dee409eaf2d93dc420d1403fb8aec21 /commands.c | |
parent | bde5fc6b3c493365139eb4451cd1829bf48f7ac2 (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>
Diffstat (limited to 'commands.c')
-rw-r--r-- | commands.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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; { |