summaryrefslogtreecommitdiff
path: root/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands.c')
-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;
{