From d60c2c26e00ccf3b063f1adb8d9452d4d67b7ea7 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 6 Oct 2003 06:13:46 +0000 Subject: Make desktutils/xpad compile on 4.8 --- deskutils/xpad/files/patch-src::sm.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 deskutils/xpad/files/patch-src::sm.c (limited to 'deskutils/xpad') diff --git a/deskutils/xpad/files/patch-src::sm.c b/deskutils/xpad/files/patch-src::sm.c new file mode 100644 index 000000000000..776a8d8393a4 --- /dev/null +++ b/deskutils/xpad/files/patch-src::sm.c @@ -0,0 +1,18 @@ +--- 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 + #include /* only for printf */ +-#include /* for select */ ++#include /* only for printf */ ++#include ++#include + #include /* for free */ + #include /* for strlen */ + #include /* for getuid */ + #include /* for getpwuid */ +-#include /* for getuid and getpwuid */ + + static SmcConn xpad_sm_conn = NULL; + static int xpad_interact_style; -- cgit v1.2.3