summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/licq/files/1.3.0-msnpacket_sync.patch')
-rw-r--r--net-im/licq/files/1.3.0-msnpacket_sync.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/licq/files/1.3.0-msnpacket_sync.patch b/net-im/licq/files/1.3.0-msnpacket_sync.patch
deleted file mode 100644
index 33dec5264f5d..000000000000
--- a/net-im/licq/files/1.3.0-msnpacket_sync.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/msn/src/msnpacket.h.orig 2005-03-20 18:48:11.000000000 +0300
-+++ plugins/msn/src/msnpacket.h 2005-03-20 18:48:19.000000000 +0300
-@@ -36,7 +36,7 @@
- const unsigned short Command() { return 0; }
- const unsigned short SubSequence() { return 0; }
- const unsigned short SubCommand() { return 0; }
-- const unsigned long Sequence() { return m_nSequence; }
-+ const unsigned short Sequence() { return m_nSequence; }
- const char* MSNCommand() { return m_szCommand; }
-
- virtual void InitBuffer();