summaryrefslogtreecommitdiff
path: root/editors/joe-devel/files/patch-af
blob: 69df0500650f6222f87fd3da1333d635c63e218d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- conf.c.orig	Mon Jul  2 17:23:01 2001
+++ conf.c	Mon Jul  9 13:27:15 2001
@@ -180,11 +180,6 @@
 	fprintf(f, "\n");
 
 	fprintf(f, "char *getenv();\n");
-#if !defined(__linux__) || !defined(__alpha__)
-	if (sizeof(long) == 8) {
-		fprintf(f, "int time();\n");
-	} else
-#endif
 	{
 		fprintf(f, "long time();\n");
 	}