blob: 42d57dcdabfb990a3243e7ece2c0884469010a68 [file] [log] [blame] [raw]
GNU C preprocessor didn't like unmatched quote marks in preprocessor
directives.
diff -ru --exclude-from freebsd-src-diff-exclude-names /usr/src/sys/arm/arm/machdep.c freebsd-11.1/sys/arm/arm/machdep.c
--- /usr/src/sys/arm/arm/machdep.c 2017-07-21 07:42:04.000000000 +0800
+++ freebsd-11.1/sys/arm/arm/machdep.c 2019-12-20 21:50:45.339048434 +0800
@@ -99,7 +99,7 @@
#if defined(COMPAT_FREEBSD4) || defined(COMPAT_FREEBSD5) || \
defined(COMPAT_FREEBSD6) || defined(COMPAT_FREEBSD7) || \
defined(COMPAT_FREEBSD9)
-#error FreeBSD/arm doesn't provide compatibility with releases prior to 10
+#error "FreeBSD/arm doesn't provide compatibility with releases prior to 10"
#endif
struct pcpu __pcpu[MAXCPU];