]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - compat-gdbm/patches/gdbm-1.8.3-filestruct.patch
gdbm: Update to 1.10.
[people/ms/ipfire-3.x.git] / compat-gdbm / patches / gdbm-1.8.3-filestruct.patch
CommitLineData
3191bb0d
MT
1diff -up gdbm-1.8.3/gdbm.proto.filestruct gdbm-1.8.3/gdbm.proto
2--- gdbm-1.8.3/gdbm.proto.filestruct 2011-01-13 09:54:03.004907454 +0100
3+++ gdbm-1.8.3/gdbm.proto 2011-01-13 09:54:24.881714834 +0100
4@@ -60,7 +60,7 @@ typedef struct {
5
6
7 /* The file information header. This is good enough for most applications. */
8-typedef struct {int dummy[10];} *GDBM_FILE;
9+typedef struct __GDBM_FILE_STRUC {int dummy[10];} *GDBM_FILE;
10
11 /* Determine if the C(++) compiler requires complete function prototype */
12 #ifndef __P