diff options
Diffstat (limited to 'security/racoon/files/patch-kmpstat.c')
-rw-r--r-- | security/racoon/files/patch-kmpstat.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/racoon/files/patch-kmpstat.c b/security/racoon/files/patch-kmpstat.c new file mode 100644 index 000000000000..1bfb00635824 --- /dev/null +++ b/security/racoon/files/patch-kmpstat.c @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- kmpstat.c.orig Sat Aug 14 20:54:23 2004 ++++ kmpstat.c Sat Aug 14 20:54:50 2004 +@@ -365,7 +365,7 @@ + } + break; + +- default: ++ default: break; + /* IGNORE */ + } + |