From b228348292c4361c750ae05a5597a15e71c5c5da Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 18 Dec 2004 21:04:53 +0000 Subject: Get rid of #ifdef KSH since we don't care about building a V7 style sh and the #ifdef KSH code is required to make a POSIX sh. From Matthias Kilian --- bin/ksh/c_test.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bin/ksh/c_test.c') diff --git a/bin/ksh/c_test.c b/bin/ksh/c_test.c index e95652f68f4..ce859d0b21d 100644 --- a/bin/ksh/c_test.c +++ b/bin/ksh/c_test.c @@ -1,4 +1,4 @@ -/* $OpenBSD: c_test.c,v 1.11 2004/12/18 20:55:52 millert Exp $ */ +/* $OpenBSD: c_test.c,v 1.12 2004/12/18 21:04:52 millert Exp $ */ /* * test(1); version 7-like -- author Erik Baalbergen @@ -69,9 +69,7 @@ static const struct t_op u_ops [] = { }; static const struct t_op b_ops [] = { {"=", TO_STEQL }, -#ifdef KSH {"==", TO_STEQL }, -#endif /* KSH */ {"!=", TO_STNEQ }, {"<", TO_STLT }, {">", TO_STGT }, -- cgit v1.2.3