From 479b54330bf16f1f8ce52b280e20a3fc7f86c780 Mon Sep 17 00:00:00 2001
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Mon, 2 Jun 2003 01:01:42 +0000
Subject: [PATCH] To quote Tony Maher <tonymaher@optushome.com.au>, "maybe 3rd
 time lucky ;-)" *sigh* Just can't get a brake when trying to react too
 quickly and fix the build.

---
 share/mk/bsd.sys.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/mk/bsd.sys.mk b/share/mk/bsd.sys.mk
index 775ece670129..b8a876d15897 100644
--- a/share/mk/bsd.sys.mk
+++ b/share/mk/bsd.sys.mk
@@ -8,7 +8,7 @@
 
 # for GCC:  http://gcc.gnu.org/onlinedocs/gcc-3.0.4/gcc_3.html#IDX143
 
-#CSTD		?=	c99
+CSTD		?=
 .if ${CSTD} != ""
 . if ${CSTD} == "k&r"
 CFLAGS		+=	-traditional