Accepting request 48662 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/gdbm based on submit request 48662 from user pgajdos OBS-URL: https://build.opensuse.org/request/show/48662 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdbm?expand=0&rev=16
This commit is contained in:
commit
21f573a78b
@ -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…
x
Reference in New Issue
Block a user