opnsense-ports/misc/estic/files/patch-machine.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
290 B
C

--- spunk/machine.h.orig 1997-02-18 14:41:50.000000000 +0100
+++ spunk/machine.h 2014-03-28 16:58:13.000000000 +0100
@@ -238,7 +238,7 @@
# define CPU_LITTLE_ENDIAN
#elif (BYTE_ORDER == BIG_ENDIAN)
# define CPU_BIG_ENDIAN
-#elif
+#else
# error Byte order not defined!
#endif