diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/tits/files/patch-sum | 3 | ||||
-rw-r--r-- | sysutils/tits/patches/patch-aa | 12 |
2 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/tits/files/patch-sum b/sysutils/tits/files/patch-sum new file mode 100644 index 00000000000..bd9b4f939e5 --- /dev/null +++ b/sysutils/tits/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1 2001/02/23 14:35:07 wiz Exp $ + +MD5 (patch-aa) = a04a52e9dea444ab485e9a67225d4a43 diff --git a/sysutils/tits/patches/patch-aa b/sysutils/tits/patches/patch-aa new file mode 100644 index 00000000000..ee2aa990b55 --- /dev/null +++ b/sysutils/tits/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2001/02/23 14:35:08 wiz Exp $ + +--- context.c.orig Sat Feb 3 18:22:55 2001 ++++ context.c +@@ -35,6 +35,7 @@ + + #include <stdio.h> + #include <stdlib.h> ++#include <string.h> + #include <syslog.h> + #include <unistd.h> + |