diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-07-02 03:29:35 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-07-02 03:29:35 +0000 |
commit | d5eb30463f7deac70a8cafc225847ae252a64720 (patch) | |
tree | e423439e4b6e43171b253f8186ce4086945f0633 /net/centericq/files/msn-abstracthook.cc | |
parent | Drop maintainership (diff) |
upgrade to 4.10.0
PR: 68578
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=112718
Diffstat (limited to 'net/centericq/files/msn-abstracthook.cc')
-rw-r--r-- | net/centericq/files/msn-abstracthook.cc | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net/centericq/files/msn-abstracthook.cc b/net/centericq/files/msn-abstracthook.cc deleted file mode 100644 index 111e87201af4..000000000000 --- a/net/centericq/files/msn-abstracthook.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- src/hooks/abstracthook.cc.orig Sun Oct 19 06:57:26 2003 -+++ src/hooks/abstracthook.cc Mon Nov 3 19:54:31 2003 -@@ -31,6 +31,7 @@ - #include "jabberhook.h" - #include "rsshook.h" - #include "ljhook.h" -+#include "msnhook.h" - - #include "md5.h" - -@@ -325,6 +326,9 @@ - #endif - #ifdef BUILD_LJ - case livejournal: return lhook; -+#endif -+#ifdef BUILD_MSN -+ case msn: return mhook; - #endif - } - |