Signed-off-by: Stéphane Aulery <[email protected]>
---
 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 <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;
 {
-- 
1.7.10.4

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to