Fixup fromcvs/togit conversion
[pkgsrcv2.git] / chat / eggdrop / patches / patch-src_match.c
1 $NetBSD$
2
3 --- src/match.c.orig    2012-11-15 10:29:42.000000000 +0000
4 +++ src/match.c
5 @@ -367,7 +367,7 @@ int cidr_match(char *m, char *n, int cou
6  /* Inline for cron_match (obviously).
7   * Matches a single field of a crontab expression.
8   */
9 -inline int cron_matchfld(char *mask, int match)
10 +static inline int cron_matchfld(char *mask, int match)
11  {
12    int skip = 0, f, t;
13    char *p, *q;