--- kernel/bsd/kern/tty_compat.c 2018/04/24 18:26:01 1.1.1.1 +++ kernel/bsd/kern/tty_compat.c 2018/04/24 18:27:40 1.1.1.2 @@ -75,7 +75,7 @@ #include /* NeXT Move define down here cause COMPAT_43 not valid earlier */ -#if defined(COMPAT_43) || defined(COMPAT_SUNOS) +#if COMPAT_43 || defined(COMPAT_SUNOS) static int ttcompatgetflags __P((struct tty *tp)); static void ttcompatsetflags __P((struct tty *tp, struct termios *t));