mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
89ab207b94
A Prolog-to-C translator from Inria. PR: 13745 Submitted by: W. Gerald Hicks <wghicks@bellsouth.net>
15 lines
228 B
Plaintext
15 lines
228 B
Plaintext
--- src/machine.c.orig Sun Dec 18 12:15:59 1994
|
|
+++ src/machine.c Tue Sep 14 04:16:29 1999
|
|
@@ -52,7 +52,11 @@
|
|
|
|
#endif
|
|
|
|
+#if !defined(M_i386_freebsd) && !defined(M_alpha_freebsd)
|
|
+
|
|
extern char *sys_errlist[];
|
|
+
|
|
+#endif
|
|
|
|
|
|
|