opnsense-ports/net/bsdproxy/files/patch-proxy_protos.h
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

12 lines
523 B
C

diff -urN -x .svn ../../branches/vendor/bsdproxy/proxy_protos.h ./proxy_protos.h
--- ../../branches/vendor/bsdproxy/proxy_protos.h 2008-06-08 22:30:53.000000000 +0300
+++ ./proxy_protos.h 2008-06-08 22:55:52.000000000 +0300
@@ -52,7 +52,7 @@
/* proxy_util.c */
-void log_msg ( struct mdata *md, char *fmt, ... );
+void log_msg ( struct mdata *md, const char *fmt, ... );
void print_stats ( struct mdata * );
float diff_timeval ( struct timeval *t_start, struct timeval *t_finish );