diff options
Diffstat (limited to 'security/racoon2/files/patch-lib-cfparse.y')
-rw-r--r-- | security/racoon2/files/patch-lib-cfparse.y | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/racoon2/files/patch-lib-cfparse.y b/security/racoon2/files/patch-lib-cfparse.y new file mode 100644 index 000000000000..f154166d428f --- /dev/null +++ b/security/racoon2/files/patch-lib-cfparse.y @@ -0,0 +1,11 @@ +--- 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); + |