[Fedora-directory-commits] setuputil/installer/unix installer.h, 1.1.1.1, 1.2 uninstaller.h, 1.1.1.1, 1.2

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Thu Mar 30 00:38:31 UTC 2006


Author: rmeggins

Update of /cvs/dirsec/setuputil/installer/unix
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv651/setuputil/installer/unix

Modified Files:
	installer.h uninstaller.h 
Log Message:
Add using namespace std; after the include <iostream>
Remove #include <iostream.h> in files that also include nsdefs.h
Fix a potential buffer non-termination



Index: installer.h
===================================================================
RCS file: /cvs/dirsec/setuputil/installer/unix/installer.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- installer.h	29 Jul 2005 22:16:31 -0000	1.1.1.1
+++ installer.h	30 Mar 2006 00:38:29 -0000	1.2
@@ -27,6 +27,11 @@
 ** HISTORY
 **
 ** $Log$
+** Revision 1.2  2006/03/30 00:38:29  rmeggins
+** Add using namespace std; after the include <iostream>
+** Remove #include <iostream.h> in files that also include nsdefs.h
+** Fix a potential buffer non-termination
+**
 ** Revision 1.1.1.1  2005/07/29 22:16:31  foxworth
 ** Importing new setup sdk for open source project
 **
@@ -213,7 +218,6 @@
 ** Includes
 **
 **********************************************************************/
-#include <iostream.h>
 
 extern "C" {
 #include <stdio.h>


Index: uninstaller.h
===================================================================
RCS file: /cvs/dirsec/setuputil/installer/unix/uninstaller.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- uninstaller.h	29 Jul 2005 22:16:32 -0000	1.1.1.1
+++ uninstaller.h	30 Mar 2006 00:38:29 -0000	1.2
@@ -27,6 +27,11 @@
 ** HISTORY
 **
 ** $Log$
+** Revision 1.2  2006/03/30 00:38:29  rmeggins
+** Add using namespace std; after the include <iostream>
+** Remove #include <iostream.h> in files that also include nsdefs.h
+** Fix a potential buffer non-termination
+**
 ** Revision 1.1.1.1  2005/07/29 22:16:32  foxworth
 ** Importing new setup sdk for open source project
 **
@@ -106,8 +111,6 @@
 ** Includes
 **
 **********************************************************************/
-#include <iostream.h>
-
 extern "C" {
 #include <stdio.h>
 #include <stdlib.h>




More information about the Fedora-directory-commits mailing list