summaryrefslogtreecommitdiff
path: root/cad/magic/files/patch-ac
blob: 9ad58fbb17b24e10b99c65bf9ad9588b56e28bc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- misc/magic.h.orig	Wed Sep 11 15:23:25 1996
+++ misc/magic.h	Sun Apr 25 22:32:12 1999
@@ -166,7 +166,7 @@
  *
  */
 
-#ifdef        i386
+#if defined(i386) || (defined(__alpha__) && defined(__FreeBSD__))
 #define       IS_LITTLE_ENDIAN        /* Intel x86 processors. */
 #endif
 
@@ -244,7 +244,7 @@
 #if defined(sun) && !defined(sparc)
 # define NEED_MONCNTL
 #endif  
-#ifdef	ALPHA
+#if defined(ALPHA) || (defined(__alpha__) && defined(__FreeBSD__))
 # define NEED_MONCNTL
 #endif