summaryrefslogtreecommitdiff
path: root/x11/xpad/patches
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xpad/patches')
-rw-r--r--x11/xpad/patches/patch-aa12
-rw-r--r--x11/xpad/patches/patch-ab15
2 files changed, 0 insertions, 27 deletions
diff --git a/x11/xpad/patches/patch-aa b/x11/xpad/patches/patch-aa
deleted file mode 100644
index 58fb827d4cd..00000000000
--- a/x11/xpad/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/09/02 07:19:20 xtraeme Exp $
-
---- src/sm.c.orig 2003-09-02 04:09:39.000000000 +0200
-+++ src/sm.c 2003-09-02 04:10:05.000000000 +0200
-@@ -25,6 +25,7 @@
- #include "main.h"
- #include <X11/SM/SMlib.h>
- #include <stdio.h> /* only for printf */
-+#include <sys/types.h> /* for getuid and getpwuid */
- #include <sys/select.h> /* for select */
- #include <stdlib.h> /* for free */
- #include <string.h> /* for strlen */
diff --git a/x11/xpad/patches/patch-ab b/x11/xpad/patches/patch-ab
deleted file mode 100644
index 648e812555c..00000000000
--- a/x11/xpad/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2003/09/02 07:19:20 xtraeme Exp $
-
---- src/main.c.orig Tue Jul 15 14:58:26 2003
-+++ src/main.c Tue Jul 15 14:58:55 2003
-@@ -38,6 +38,10 @@
- #include <stdio.h>
- #include <unistd.h>
-
-+#if HAVE_SETLOCALE
-+ #include <locale.h>
-+#endif
-+
- #if defined (G_OS_UNIX)
-
- #include <signal.h>