20c13c3a06
While here, regenerate all the patches.
11 lines
234 B
C
11 lines
234 B
C
--- global.h.orig 1995-04-06 16:23:42 UTC
|
|
+++ global.h
|
|
@@ -70,7 +70,7 @@
|
|
#define alloca __builtin_alloca
|
|
#endif
|
|
|
|
-#ifndef __alpha
|
|
+#if !defined(__alpha) && !defined(__FreeBSD__)
|
|
#ifndef MAXPATHLEN
|
|
#define MAXPATHLEN 1024
|
|
#endif
|