summaryrefslogtreecommitdiff
path: root/chat/kmess/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'chat/kmess/patches/patch-aa')
-rw-r--r--chat/kmess/patches/patch-aa15
1 files changed, 0 insertions, 15 deletions
diff --git a/chat/kmess/patches/patch-aa b/chat/kmess/patches/patch-aa
deleted file mode 100644
index b37e6c0d32f..00000000000
--- a/chat/kmess/patches/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2005/12/20 21:08:16 rillig Exp $
-
-Needed for rand().
-
---- kmess/network/application.cpp.orig Mon Mar 10 20:30:00 2003
-+++ kmess/network/application.cpp Tue Dec 20 21:50:40 2005
-@@ -15,6 +15,8 @@
- * *
- ***************************************************************************/
-
-+#include <cstdlib>
-+
- #include "application.h"
-
- #include <kdebug.h>