opnsense-ports/security/racoon2/files/patch-lib-cfparse.y
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
238 B
Text

--- lib/cfparse.y- 2013-12-21 11:29:53.328819029 +0900
+++ lib/cfparse.y 2013-12-21 11:30:25.058283579 +0900
@@ -1712,7 +1712,7 @@
int n;
char *bp;
struct cf_list *new;
- rcf_t type;
+ rc_type type;
n = strtoll(str, &bp, 10);