OSSP CVS Repository

ossp - Check-in [656]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 656
Date: 2001-Aug-12 15:49:51 (local)
2001-Aug-12 13:49:51 (UTC)
User:rse
Branch:
Comment: fix K&R left-over
Tickets:
Inspections:
Files:
ossp-pkg/lmtp2nntp/shpat_match.c      1.1 -> 1.2     5 inserted, 5 deleted

ossp-pkg/lmtp2nntp/shpat_match.c 1.1 -> 1.2

--- 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;

CVSTrac 2.0.1