diff options
author | Roland McGrath <roland@gnu.org> | 2001-12-29 00:31:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-12-29 00:31:52 +0000 |
commit | e251acc12f50473729daa7c1b1890f1c050063c0 (patch) | |
tree | 88028e6999f09108f42a3a378459d07b50e0ed21 /libstore/Makefile | |
parent | 1d751a7a5810c6b1bdf4557dfb8bdfdb27405fea (diff) |
2001-12-26 Roland McGrath <roland@frob.com>
* unknown.c: New file.
* Makefile (SRCS): Add it.
* store.h (store_unknown_class, store_unknown_decode): Declare them.
* create.c (store_create): If store_decode fails with EINVAL,
and we were called with the STORE_NO_FILEIO flag bit set,
then use store_unknown_decode.
Diffstat (limited to 'libstore/Makefile')
-rw-r--r-- | libstore/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstore/Makefile b/libstore/Makefile index bfbb4937..7050f13d 100644 --- a/libstore/Makefile +++ b/libstore/Makefile @@ -26,7 +26,7 @@ libname = libstore SRCS = create.c derive.c make.c rdwr.c set.c device.c file.c stripe.c \ enc.c encode.c decode.c clone.c argp.c std.c kids.c zero.c flags.c \ open.c remap.c xinl.c task.c typed.c copy.c gunzip.c map.c mvol.c \ - bunzip2.c part.c nbd.c memobj.c url.c + bunzip2.c part.c nbd.c memobj.c url.c unknown.c LCLHDRS=store.h installhdrs=store.h |