diff options
Diffstat (limited to 'packaging/gdbm-protoize_dbm_headers.patch')
-rw-r--r-- | packaging/gdbm-protoize_dbm_headers.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packaging/gdbm-protoize_dbm_headers.patch b/packaging/gdbm-protoize_dbm_headers.patch index a8af2d8..ddcad7e 100644 --- a/packaging/gdbm-protoize_dbm_headers.patch +++ b/packaging/gdbm-protoize_dbm_headers.patch @@ -1,5 +1,5 @@ ---- dbm.h -+++ dbm.h +--- a/dbm.h ++++ b/dbm.h @@ -1,7 +1,7 @@ /* dbm.h - The include file for dbm users. */ @@ -49,9 +49,9 @@ +extern datum nextkey __P((datum key)); -extern int dbmclose (); -+extern int dbmclose __P((void)); ---- ndbm.h -+++ ndbm.h ++extern int dbmclose __P((DBM *)); +--- a/ndbm.h ++++ b/ndbm.h @@ -1,7 +1,7 @@ /* ndbm.h - The include file for ndbm users. */ |