View | Details | Raw Unified | Return to bug 46594
Collapse All | Expand All

(-)mail/althea/files/patch-MIME.cpp (+11 lines)
Line 0 Link Here
1
--- MIME.cpp.orig	Wed Jan 23 02:30:15 2002
2
+++ MIME.cpp	Fri Dec 27 03:56:30 2002
3
@@ -91,7 +91,7 @@
4
 }
5
 
6
 void check(unsigned int convertedVal, ifstream &fileIn, int loc, int counter)  {
7
-   unsigned char c;
8
+   char c;
9
 
10
    fileIn.get(c);
11
    if ((unsigned int)c!=convertedVal)  {
(-)mail/althea/files/patch-MIME.h (+10 lines)
Line 0 Link Here
1
--- MIME.h.orig	Wed Jan 23 02:30:15 2002
2
+++ MIME.h	Fri Dec 27 03:28:03 2002
3
@@ -1,5 +1,7 @@
4
 #ifndef MIME_H
5
 #define MIME_H
6
+namespace std {};
7
+using namespace std;
8
 
9
 
10
 #include <string>
(-)mail/althea/files/patch-tolower.h (+10 lines)
Line 0 Link Here
1
--- tolower.h.orig	Wed Jan 23 02:30:15 2002
2
+++ tolower.h	Fri Dec 27 03:27:01 2002
3
@@ -1,5 +1,7 @@
4
 #ifndef TOLOWER_H
5
 #define TOLOWER_H
6
+namespace std {};
7
+using namespace std;
8
 
9
 #include <iostream>
10
 #include <string>

Return to bug 46594