47aaab6ded
PR: 19759 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
11 lines
265 B
Text
11 lines
265 B
Text
--- src/au.c.orig Mon Nov 9 08:22:55 1998
|
|
+++ src/au.c Fri Jun 30 19:49:15 2000
|
|
@@ -32,7 +32,7 @@
|
|
|
|
#ifdef linux
|
|
#include <endian.h>
|
|
-#elif defined (FreeBSD)
|
|
+#elif defined (__FreeBSD__)
|
|
#include <machine/endian.h>
|
|
#elif defined (sgi)
|
|
#include <sys/endian.h>
|