d7c725d0d2
Resolves: #668178
13 lines
517 B
Diff
13 lines
517 B
Diff
diff -up gdbm-1.8.3/gdbm.proto.filestruct gdbm-1.8.3/gdbm.proto
|
|
--- gdbm-1.8.3/gdbm.proto.filestruct 2011-01-13 09:54:03.004907454 +0100
|
|
+++ gdbm-1.8.3/gdbm.proto 2011-01-13 09:54:24.881714834 +0100
|
|
@@ -60,7 +60,7 @@ typedef struct {
|
|
|
|
|
|
/* The file information header. This is good enough for most applications. */
|
|
-typedef struct {int dummy[10];} *GDBM_FILE;
|
|
+typedef struct __GDBM_FILE_STRUC {int dummy[10];} *GDBM_FILE;
|
|
|
|
/* Determine if the C(++) compiler requires complete function prototype */
|
|
#ifndef __P
|