X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=attribute.c;h=a353f1417d8052ad411ba3e31c5da783880c37d9;hp=41a10058d9358463713006aaf6c4b9257375e587;hb=45b4e8b0ba410fd929a341a9bf84b1ac3995d734;hpb=03d45daad787b8f2ced3070e80c4550bf4b02931 diff --git a/attribute.c b/attribute.c index 41a10058..a353f141 100644 --- a/attribute.c +++ b/attribute.c @@ -1,11 +1,12 @@ /* - * Copyright (C) 1997-2009 Andre Noll + * Copyright (C) 1997-2010 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ /** \file attribute.c Attribute handling functions. */ +#include #include #include @@ -564,7 +565,7 @@ err: * * \sa osl_close_table(). */ -void attribute_close(void) +static void attribute_close(void) { osl_close_table(attribute_table, OSL_MARK_CLEAN); attribute_table = NULL; @@ -609,7 +610,6 @@ static int attribute_create(const char *dir) */ void attribute_init(struct afs_table *t) { - t->name = attribute_table_desc.name; t->open = attribute_open; t->close = attribute_close; t->create = attribute_create;