aboutsummaryrefslogtreecommitdiff
path: root/src/gdbmdefs.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-08-03 11:37:23 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-08-03 11:37:23 +0000
commit1eddf00775592e6470d6aea7fd1d86d0525f4f7d (patch)
treea6c789100a024adc9ee3fadb292e0ef581a15f3a /src/gdbmdefs.h
parentdccd211fd91cca660762f831a912624f8394471e (diff)
downloadgdbm-1eddf00775592e6470d6aea7fd1d86d0525f4f7d.tar.gz
gdbm-1eddf00775592e6470d6aea7fd1d86d0525f4f7d.tar.bz2
(struct gdbm_file_info) <name>: Remove the static qualifier.
Diffstat (limited to 'src/gdbmdefs.h')
-rw-r--r--src/gdbmdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdbmdefs.h b/src/gdbmdefs.h
index 190eb71..0092210 100644
--- a/src/gdbmdefs.h
+++ b/src/gdbmdefs.h
@@ -134,7 +134,7 @@ struct gdbm_file_info {
/* Global variables and pointers to dynamic variables used by gdbm. */
/* The file name. */
- const char *name;
+ char *name;
/* The reader/writer status. */
unsigned read_write :2;

Return to:

Send suggestions and report system problems to the System administrator.