Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37566422
en ru br
ALT Linux repositórios
5.0: 3.3.0-alt10
4.1: 3.3.0-alt7.M41.8
4.0: 3.3.0-alt7.M40.8
+backports:3.2.0-alt0.M40.3

Group :: Rede/Acesso Remoto
RPM: nx

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: nxcompsh-3.2.0-gcc43.patch
Download


--- nxcompsh/Logger.cpp.orig	2008-07-21 17:53:09 +0400
+++ nxcompsh/Logger.cpp	2008-07-21 17:59:57 +0400
@@ -26,7 +26,9 @@
 #include "Logger.h"
 #include "Timestamp.h"
 
-#include <ctype.h>
+#include <cctype>
+
+using namespace std;
 
 Logger logger;
 
--- nxcompsh/Logger.h.orig	2008-07-21 17:53:29 +0400
+++ nxcompsh/Logger.h	2008-07-21 18:01:53 +0400
@@ -18,7 +18,7 @@
 #ifndef Logger_H
 #define Logger_H
 
-#include <errno.h>
+#include <cerrno>
 #include <stdarg.h>
 
 //
--- nxcompsh/Misc.h.orig	2008-07-22 14:10:18 +0400
+++ nxcompsh/Misc.h	2008-07-22 14:12:38 +0400
@@ -18,10 +18,13 @@
 #ifndef Misc_H
 #define Misc_H
 
-#include <iostream.h>
+#include <iostream>
 
-#include <errno.h>
-#include <string.h>
+#include <cerrno>
+#include <cstring>
+#include <ios>
+
+using namespace std;
 
 //
 // This is MD5 length.
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009