This is an autogenerated patch header for a single-debian-patch file. The
delta against upstream is either kept as a single patch, or maintained
in some VCS, and exported as a single patch instead of more manageable
atomic patches.

--- kbtin-2.0.orig/tintin.h
+++ kbtin-2.0/tintin.h
@@ -81,7 +81,7 @@
                                              char, it will be sent 'as is'
                                              to the MUD */
 #define MAX_SESNAME_LENGTH 512 /* don't accept session names longer than this */
-#if defined(__FreeBSD__) || defined(__OpenBSD__)
+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__ppc64__)
 #define MAX_RECURSION 64
 #else
 #define MAX_RECURSION 128
--- kbtin-2.0.orig/tests/kbitr.c
+++ kbtin-2.0/tests/kbitr.c
@@ -1,7 +1,7 @@
 #include <stdio.h>
 #include "../kbtree.h"
 
-typedef int num;
+typedef intptr_t num;
 
 static num numcmp(num a, num b)
 {
@@ -31,7 +31,7 @@ int main()
                 num l = (k + 1) | 1;
                 if (j != l)
                 {
-                    printf("got %d wanted %d\n", j, l);
+                    printf("got %zd wanted %zd\n", j, l);
                     return 1;
                 }
             }
