opnsense-ports/irc/eggdrop-devel/files/patch-src-match.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
358 B
C

--- src/match.c.orig 2013-05-13 15:17:47.000000000 +0200
+++ src/match.c 2013-05-13 15:17:24.000000000 +0200
@@ -367,7 +367,7 @@
/* Inline for cron_match (obviously).
* Matches a single field of a crontab expression.
*/
-inline int cron_matchfld(char *mask, int match)
+int cron_matchfld(char *mask, int match)
{
int skip = 0, f, t;
char *p, *q;