- 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:
parent
f81402b1d3
commit
89f7341e1a
@ -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 @@
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user