From 1f262a1a34fde495892877756dde255dcf5ddac0 Mon Sep 17 00:00:00 2001 From: "Danilo G. Baio" Date: Sun, 24 Nov 2019 18:52:56 +0000 Subject: irc/eggdrop: Copy to irc/eggdrop16 Make way for irc/eggdrop to be updated to its latest stable version (1.8.4). --- irc/eggdrop16/files/patch-src_match.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 irc/eggdrop16/files/patch-src_match.c (limited to 'irc/eggdrop16/files/patch-src_match.c') diff --git a/irc/eggdrop16/files/patch-src_match.c b/irc/eggdrop16/files/patch-src_match.c new file mode 100644 index 000000000000..56e71ea8e09f --- /dev/null +++ b/irc/eggdrop16/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; -- cgit v1.2.3