aboutsummaryrefslogtreecommitdiff
path: root/libstore/part.c
diff options
context:
space:
mode:
Diffstat (limited to 'libstore/part.c')
-rw-r--r--libstore/part.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libstore/part.c b/libstore/part.c
index de809fc0..a1ddc5c0 100644
--- a/libstore/part.c
+++ b/libstore/part.c
@@ -1,5 +1,5 @@
/* Partition store backend
- Copyright (C) 2001 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2002 Free Software Foundation, Inc.
Written by Neal H Walfield <neal@cs.uml.edu>
This file is part of the GNU Hurd.
@@ -191,3 +191,4 @@ store_part_open (const char *name, int flags,
const struct store_class
store_part_class = { -1, "part", open: store_part_open };
+STORE_STD_CLASS (part);