From a67cc01f189d551f0d13355960595604d72bc136 Mon Sep 17 00:00:00 2001 From: brooks Date: Fri, 27 Jul 2001 04:40:04 +0000 Subject: Remove -traditional from CFLAGS and add unistd.h to header.h so this actually compiles. Hopefully, this code didn't rely on some weird side effect of -traditional. --- usr.sbin/pcvt/vttest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/pcvt/vttest/Makefile') diff --git a/usr.sbin/pcvt/vttest/Makefile b/usr.sbin/pcvt/vttest/Makefile index be344b2..f5d6e7b 100644 --- a/usr.sbin/pcvt/vttest/Makefile +++ b/usr.sbin/pcvt/vttest/Makefile @@ -3,6 +3,6 @@ PROG= vttest SRCS= main.c esc.c -CFLAGS+= -traditional -DUSEMYSTTY +CFLAGS+= -DUSEMYSTTY .include -- cgit v1.1