SHA256
3
0
forked from pool/gdbm

- fixed wrong header of dbmclose() in our

protoize_dbm_headers.patch [bnc#640700]

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=12
This commit is contained in:
Petr Gajdos 2010-09-21 12:26:30 +00:00 committed by Git OBS Bridge
parent f81402b1d3
commit 89f7341e1a
3 changed files with 7 additions and 1 deletions

View File

@ -49,7 +49,7 @@
+extern datum nextkey __P((datum key));
-extern int dbmclose ();
+extern int dbmclose __P((DBM *));
+extern int dbmclose __P((void));
--- ndbm.h
+++ ndbm.h
@@ -1,7 +1,7 @@

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 21 14:24:33 CEST 2010 - pgajdos@suse.cz
- fixed wrong header of dbmclose() in our
protoize_dbm_headers.patch [bnc#640700]
-------------------------------------------------------------------
Sun Aug 29 23:43:39 UTC 2010 - cristian.rodriguez@opensuse.org

0
ready Normal file
View File