summaryrefslogtreecommitdiff
path: root/x11/kdebase3/patches/patch-bd
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase3/patches/patch-bd')
-rw-r--r--x11/kdebase3/patches/patch-bd14
1 files changed, 0 insertions, 14 deletions
diff --git a/x11/kdebase3/patches/patch-bd b/x11/kdebase3/patches/patch-bd
deleted file mode 100644
index 3d460ff25b5..00000000000
--- a/x11/kdebase3/patches/patch-bd
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-bd,v 1.4 2003/08/02 19:33:23 mrg Exp $
-
---- kioslave/imap4/mimehdrline.cc.orig 2002-02-13 04:40:26.000000000 +1100
-+++ kioslave/imap4/mimehdrline.cc 2003-08-03 04:34:44.000000000 +1000
-@@ -15,7 +15,8 @@
- * *
- ***************************************************************************/
-
--#include <iostream.h>
-+#include <iostream>
-+using namespace std;
- #include <ctype.h>
- #include <stdlib.h>
- #include <stdio.h>