3b0787719c
Compile all targets in the do-build phase, fix install with XFree86-4, honor CFLAGS
14 lines
250 B
Plaintext
14 lines
250 B
Plaintext
--- all.c.orig Fri Dec 22 13:05:56 1995
|
|
+++ all.c Sat Oct 19 22:49:11 2002
|
|
@@ -637,8 +637,10 @@
|
|
* returns the error string, or NULL
|
|
*/
|
|
{
|
|
+#ifndef __FreeBSD__
|
|
extern int sys_nerr;
|
|
extern char *sys_errlist[];
|
|
+#endif
|
|
|
|
int error;
|
|
|