]> TLD Linux GIT Repositories - packages/proftpd.git/blobdiff - proftpd-pool.patch
- merged changes from PLD
[packages/proftpd.git] / proftpd-pool.patch
diff --git a/proftpd-pool.patch b/proftpd-pool.patch
new file mode 100644 (file)
index 0000000..6ecaeba
--- /dev/null
@@ -0,0 +1,11 @@
+--- proftpd-1.3.0/src/pool.c.orig      2005-03-08 18:06:39.000000000 +0100
++++ proftpd-1.3.0/src/pool.c   2006-10-24 12:53:07.000000000 +0200
+@@ -47,7 +47,7 @@
+   union align a;
+   /* Padding */
+-#if defined(_LP64) || defined(__LP64__)
++#if defined(_LP64) || defined(__LP64__) || defined(__alpha__)
+   char pad[32];
+ #endif