From 1d7157c5c35602e15963cfb006530e20625fef42 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 3 May 2003 18:05:56 +0000 Subject: [PATCH] Use C99 for the kernel. --- sys/conf/kern.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk index ee632125786..ba85101eef9 100644 --- a/sys/conf/kern.mk +++ b/sys/conf/kern.mk @@ -8,7 +8,7 @@ # also pop up, but are easier to fix. CWARNFLAGS?= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \ -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \ - -fformat-extensions -ansi + -fformat-extensions -std=c99 # # The following flags are next up for working on: # -W -- 2.45.2