diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-06-16 02:37:46 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-06-16 02:37:46 +0000 |
commit | a14da88b51b0f28b150eb5ac7181d11cbbcb5eb2 (patch) | |
tree | 6b4f932f596f778acb5e8a08a1c707e1302b0885 /net/v6eval/files/patch-lib_Cm_CmMain.h | |
parent | - Fix configuring ezmlm-idx-7 mailing lists. Only apply the (diff) |
- Add patches to fix type mismatch. Bump PORTREVISION becuase some affect
the result binaries.
- Fix build on head after byacc 20130304.
Notes
Notes:
svn path=/head/; revision=321022
Diffstat (limited to 'net/v6eval/files/patch-lib_Cm_CmMain.h')
-rw-r--r-- | net/v6eval/files/patch-lib_Cm_CmMain.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/v6eval/files/patch-lib_Cm_CmMain.h b/net/v6eval/files/patch-lib_Cm_CmMain.h new file mode 100644 index 000000000000..91629ade76a7 --- /dev/null +++ b/net/v6eval/files/patch-lib_Cm_CmMain.h @@ -0,0 +1,11 @@ +--- lib/Cm/CmMain.h.orig 2013-06-16 10:53:42.000000000 +0900 ++++ lib/Cm/CmMain.h 2013-06-16 10:54:05.000000000 +0900 +@@ -100,7 +100,7 @@ + // 起動時刻 プログラム名 STARTED by 起動ユーザ@起動マシン on + // ttyname:ログインユーザ名 from リモートマシン名 + //---------------------------------------------------------------------- +-struct CmMain { ++class CmMain { + private: + static STR applicationName_; // 起動コマンド名 + static char catchStart_[256]; // 障害解析情報 |