Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37816650
en ru br
ALT Linux repositórios
S:1.8.3-alt10
5.0: 1.8.3-alt5
4.1: 1.8.3-alt4
4.0: 1.8.3-alt4
3.0: 1.8.3-alt3

Group :: Sistema/Bibliotecas
RPM: gdbm

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: gdbm-1.8.3-rh-GDBM_FILE.patch
Download


Fix a g++ 4.5 warning, http://bugzilla.redhat.com/668178
--- gdbm-1.8.3/gdbm.proto
+++ gdbm-1.8.3/gdbm.proto
@@ -60,7 +60,7 @@ typedef struct {
 
 
 /* The file information header. This is good enough for most applications. */
-typedef struct {int dummy[10];} *GDBM_FILE;
+typedef struct __GDBM_FILE_STRUC {int dummy[10];} *GDBM_FILE;
 
 /* Determine if the C(++) compiler requires complete function prototype  */
 #ifndef __P
 
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