From 870b10f43ecafcffcab35cf4dabfff60fb14de50 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 20 Feb 1997 02:30:49 +0000 Subject: (store_std_classes): Add &STORE_TASK_CLASS. --- libstore/std.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libstore/std.c') diff --git a/libstore/std.c b/libstore/std.c index b4376788..039b3094 100644 --- a/libstore/std.c +++ b/libstore/std.c @@ -1,6 +1,6 @@ /* List of standard store classes - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright (C) 1996, 1997 Free Software Foundation, Inc. Written by Miles Bader @@ -25,7 +25,7 @@ const struct store_class *const store_std_classes[] = { - &store_device_class, &store_file_class, &store_zero_class, + &store_device_class, &store_file_class, &store_zero_class, &store_task_class, &store_ileave_class, &store_concat_class, &store_remap_class, &store_query_class, 0 }; -- cgit v1.2.3