From: Jim Meyering Date: Thu, 29 Feb 1996 03:06:10 +0000 (+0000) Subject: (wrapf) [!__STDC__]: Indent by one space the first line of the pre-ANSI X-Git-Tag: FILEUTILS-3_12j~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=557514f55cd92c22df482ee15a0f23d20a2af4f7;p=thirdparty%2Fcoreutils.git (wrapf) [!__STDC__]: Indent by one space the first line of the pre-ANSI function definition so ansi2knr doesn't munge it. --- diff --git a/src/stty.c b/src/stty.c index 0ed540f79d..72a6f1afe0 100644 --- a/src/stty.c +++ b/src/stty.c @@ -430,7 +430,7 @@ static void #ifdef __STDC__ wrapf (const char *message,...) #else -wrapf (message, va_alist) + wrapf (message, va_alist) const char *message; va_dcl #endif