[PATCH xedit] Drop CRAY support
Stéphane Aulery
lkppo at free.fr
Sat Jul 6 06:40:00 PDT 2013
Signed-off-by: Stéphane Aulery <lkppo at free.fr>
---
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
More information about the xorg-devel
mailing list