rpms/milter-regex/FC-6 milter-regex-1.6-gcc.patch, NONE, 1.1 milter-regex.conf, NONE, 1.1

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Wed Aug 15 09:28:10 UTC 2007


Author: pghmcfc

Update of /cvs/pkgs/rpms/milter-regex/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13844

Added Files:
	milter-regex-1.6-gcc.patch milter-regex.conf 
Log Message:
Add new files from devel version

milter-regex-1.6-gcc.patch:

--- NEW FILE milter-regex-1.6-gcc.patch ---
--- milter-regex/parse.y	2004-10-29 15:48:42.000000000 +0100
+++ milter-regex/parse.y	2007-04-18 09:56:34.000000000 +0100
@@ -44,7 +44,7 @@
 #include "eval.h"
 
 int			 yyerror(char *, ...);
-static int		 yyparse(void);
+extern int		 yyparse(void);
 static int		 define_macro(const char *, struct expr *);
 static struct expr	*find_macro(const char *);
 
@@ -473,9 +473,6 @@
 		*r = rs;
 		return (0);
 	}
-#ifdef __linux__
-	(void)&yyrcsid; /* warning about yyrcsid declared but unused */
-#endif
 }
 
 static int


--- NEW FILE milter-regex.conf ---
# Insert here Your milter-regex rules.
# See manpage milter-regex for details.
# You don't need to reload config; milter-regex reloads it when it changes.





More information about the fedora-extras-commits mailing list