diff options
Diffstat (limited to 'chat/centericq/patches/patch-ak')
-rw-r--r-- | chat/centericq/patches/patch-ak | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/centericq/patches/patch-ak b/chat/centericq/patches/patch-ak new file mode 100644 index 00000000000..daef14e61e4 --- /dev/null +++ b/chat/centericq/patches/patch-ak @@ -0,0 +1,13 @@ +$NetBSD: patch-ak,v 1.1 2005/09/19 19:42:11 adrianp Exp $ + +--- libgadu-0.1/libgadu.h.orig 2004-06-10 20:20:08.000000000 +0100 ++++ libgadu-0.1/libgadu.h +@@ -351,7 +351,7 @@ struct gg_login_params { + int tls; /* czy łączymy po TLS? */ + int image_size; /* maksymalny rozmiar obrazka w KiB */ + +- char dummy[7 * sizeof(int)]; /* miejsce na kolejnych 8 zmiennych, ++ char dummy[6 * sizeof(int)]; /* miejsce na kolejnych 8 zmiennych, + * żeby z dodaniem parametru nie + * zmieniał się rozmiar struktury */ + }; |