diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-09-14 15:31:04 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-09-14 15:31:04 +0000 |
commit | 7a490201e89b2c49a4496be941eaaa510342d0a9 (patch) | |
tree | 29d42a6292d27533601949a808e3b4fcf7d2e1ea /irc/gseen.mod/files/patch-src_match.c | |
parent | Fix qmail-spamcontrol build on head without gcc (diff) |
- Fix build with clang
Obtained from: irc/eggdrop (patches from NetBSD)
Notes
Notes:
svn path=/head/; revision=327294
Diffstat (limited to 'irc/gseen.mod/files/patch-src_match.c')
-rw-r--r-- | irc/gseen.mod/files/patch-src_match.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/irc/gseen.mod/files/patch-src_match.c b/irc/gseen.mod/files/patch-src_match.c new file mode 100644 index 000000000000..56e71ea8e09f --- /dev/null +++ b/irc/gseen.mod/files/patch-src_match.c @@ -0,0 +1,13 @@ +$NetBSD: patch-src_match.c,v 1.1 2012/11/16 00:35:28 joerg Exp $ + +--- src/match.c.orig 2012-11-15 10:29:42.000000000 +0000 ++++ src/match.c +@@ -367,7 +367,7 @@ int cidr_match(char *m, char *n, int cou + /* Inline for cron_match (obviously). + * Matches a single field of a crontab expression. + */ +-inline int cron_matchfld(char *mask, int match) ++static inline int cron_matchfld(char *mask, int match) + { + int skip = 0, f, t; + char *p, *q; |