summaryrefslogtreecommitdiff
path: root/x11-plugins/wmmaiload/files/wmmaiload-2.2.1-checkthread.patch
blob: 941cb03ae3bb951b0723ac9adca63eb5d9727d8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- wmmaiload-2.2.1.orig/wmmaiload/checkthread.c	2010-08-31 15:43:37.000000000 +0200
+++ wmmaiload-2.2.1/wmmaiload/checkthread.c.new	2010-08-31 15:43:46.000000000 +0200
@@ -101,14 +101,6 @@
 #endif /* HAVE_MH */
 
 
-#ifndef _GNU_SOURCE
-int isblank(int c)
-{
-        return (c == ' ' || c == '\t');
-}
-#endif
-
-
 #ifdef HAVE_MBOX
 static Bool check_mbox(MailBox *box, time_t now)
 {