From 06b5723f836f84cd2252fe6424ba444623f8c3a6 Mon Sep 17 00:00:00 2001 From: tg Date: Sun, 12 Nov 2006 13:38:40 +0000 Subject: [PATCH] oops, wrong protos --- Build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build.sh b/Build.sh index 574b54a..be20e45 100644 --- a/Build.sh +++ b/Build.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $MirOS: src/bin/mksh/Build.sh,v 1.80 2006/11/12 13:35:29 tg Exp $ +# $MirOS: src/bin/mksh/Build.sh,v 1.81 2006/11/12 13:38:40 tg Exp $ #- # Environment: CC, CFLAGS, CPPFLAGS, LDFLAGS, LIBS, NROFF @@ -241,7 +241,7 @@ ac_test setmode mksh_full 1 <<-'EOF' #error Win32 setmode() is different from what we need #else #include - int main(int ac, char *av[]) { return (setmode(getmode(av[0], ac))); } + int main(int ac, char *av[]) { return (getmode(setmode(av[0]), ac)); } #endif EOF