diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-14 19:00:00 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-14 19:00:00 +0000 |
commit | 1bbdec872cf6e397612364bc898c18e13fb2888c (patch) | |
tree | 3f0eeda08d62eff9ce9f9812a8067b6688167390 /security/racoon2 | |
parent | 4dd5a067b2bbd574a9d04b9826e09aa1608311a0 (diff) |
Notes
Diffstat (limited to 'security/racoon2')
-rw-r--r-- | security/racoon2/files/patch-kmpstat.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/racoon2/files/patch-kmpstat.c b/security/racoon2/files/patch-kmpstat.c new file mode 100644 index 000000000000..1bfb00635824 --- /dev/null +++ b/security/racoon2/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 */ + } + |