From: Junio C Hamano Date: Thu, 3 Jan 2013 18:14:05 +0000 (-0800) Subject: Merge branch 'jc/maint-fnmatch-old-style-definition' X-Git-Tag: v1.8.2-rc0~201 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd46f2e59de2df74844c9c594bfbfcdea24acd23;p=thirdparty%2Fgit.git Merge branch 'jc/maint-fnmatch-old-style-definition' Update old-style function definition "int foo(bar) int bar; {}" to "int foo(int bar) {}". * jc/maint-fnmatch-old-style-definition: compat/fnmatch: update old-style definition to ANSI --- cd46f2e59de2df74844c9c594bfbfcdea24acd23