Index: ossp-pkg/lmtp2nntp/shpat_match.c RCS File: /v/ossp/cvs/ossp-pkg/lmtp2nntp/Attic/shpat_match.c,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/lmtp2nntp/Attic/shpat_match.c,v' 2>/dev/null --- shpat_match.c 2001/08/06 10:51:11 1.1 +++ shpat_match.c 2001/08/12 13:49:51 1.2 @@ -162,11 +162,11 @@ /* NOTREACHED */ } -static int rangematch(pattern, test, flags, newp) - const char *pattern; - char test; - int flags; - char **newp; +static int rangematch( + const char *pattern, + char test, + int flags, + char **newp) { int negate, ok; char c, c2;