aboutsummaryrefslogtreecommitdiff
path: root/deskutils/xpad/files
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-12-20 12:08:09 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-12-20 12:08:09 +0000
commit81b1c9b575d6104a640bf7c5531c7b3232e085da (patch)
treeb3e5ed0132da1947e564d78967dc68eee14906cc /deskutils/xpad/files
parentcd14416fe4bab8d93accb6d578e83242ccdfc3b7 (diff)
Notes
Diffstat (limited to 'deskutils/xpad/files')
-rw-r--r--deskutils/xpad/files/patch-src::sm.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/deskutils/xpad/files/patch-src::sm.c b/deskutils/xpad/files/patch-src::sm.c
deleted file mode 100644
index 776a8d8393a4..000000000000
--- a/deskutils/xpad/files/patch-src::sm.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/sm.c.orig Thu Feb 6 16:05:59 2003
-+++ src/sm.c Mon Oct 6 16:09:35 2003
-@@ -25,12 +25,13 @@
- #include "main.h"
- #include <X11/SM/SMlib.h>
- #include <stdio.h> /* only for printf */
--#include <sys/select.h> /* for select */
-+#include <sys/types.h> /* only for printf */
-+#include <sys/select.h>
-+#include <sys/time.h>
- #include <stdlib.h> /* for free */
- #include <string.h> /* for strlen */
- #include <unistd.h> /* for getuid */
- #include <pwd.h> /* for getpwuid */
--#include <sys/types.h> /* for getuid and getpwuid */
-
- static SmcConn xpad_sm_conn = NULL;
- static int xpad_interact_style;