diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-03 20:28:15 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-03 20:28:15 +0000 |
commit | f8bfefd73719dc0ac3cd8d3da049797b6ecfaa2d (patch) | |
tree | 1f56cce0b387ef48c60470ad9bbb154027aadf9b /net/v6eval/files/patch-McIKE.h | |
parent | DRI stands for Domain Registration Interface and aims to be, (diff) |
- Update to 3.3.2.
- Add LICENSE.
- Mark MAKE_JOBS_SAFE.
Notes
Notes:
svn path=/head/; revision=317237
Diffstat (limited to 'net/v6eval/files/patch-McIKE.h')
-rw-r--r-- | net/v6eval/files/patch-McIKE.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/v6eval/files/patch-McIKE.h b/net/v6eval/files/patch-McIKE.h deleted file mode 100644 index 7cbe4a97943f..000000000000 --- a/net/v6eval/files/patch-McIKE.h +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/Pz/McIKE.h 2005-05-09 18:35:23.000000000 +0900 -+++ lib/Pz/McIKE.h 2008-01-01 04:36:34.000000000 +0900 -@@ -397,7 +397,7 @@ class WmISAKMP_Padding: public WmObject - - class PaISAKMP: public PaESP { - public: -- PaISAKMP::PaISAKMP(const MObject *m, CSTR st, int l): -+ PaISAKMP(const MObject *m, CSTR st, int l): - PaESP(m, st, l) {}; - virtual ~PaISAKMP() {} - |