X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=blob.c;h=126cab43e6a9aa3a37248dbede7ad50d62daadc1;hp=38e5cb54df04ad3a0600ac893e108a71446eb6da;hb=08aa4b386c981292aec04fc35fe37133047fb946;hpb=f31f8ceeaff0db558b63a46559e7d7464859d0c4;ds=sidebyside diff --git a/blob.c b/blob.c index 38e5cb54..126cab43 100644 --- a/blob.c +++ b/blob.c @@ -6,6 +6,7 @@ /** \file blob.c Macros and functions for blob handling. */ +#include #include #include #include @@ -621,7 +622,6 @@ static int blob_open(struct osl_table **table, #define DEFINE_BLOB_INIT(table_name) \ void table_name ## _init(struct afs_table *t) \ { \ - t->name = table_name ## _table_desc.name; \ t->open = table_name ## _open; \ t->close = table_name ## _close; \ t->create = table_name ## _create;\