From d6debbf01c7bb0a003c9b6713bd5f02c9c3be92d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 27 Dec 1998 10:37:10 +0000 Subject: 1998-12-27 Roland McGrath * store.h: Remove defns of STORAGE_*, now in . --- libstore/store.h | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) (limited to 'libstore/store.h') diff --git a/libstore/store.h b/libstore/store.h index 6fd037a9..88f5d635 100644 --- a/libstore/store.h +++ b/libstore/store.h @@ -1,7 +1,7 @@ /* Store I/O - Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. - Written by Miles Bader + Copyright (C) 1995, 96, 97, 98 Free Software Foundation, Inc. + Written by Miles Bader This file is part of the GNU Hurd. The GNU Hurd is free software; you can redistribute it and/or @@ -626,22 +626,6 @@ error_t store_parsed_append_args (const struct store_parsed *parsed, /* Make a string describing PARSED, and return it in malloced storage in NAME. */ error_t store_parsed_name (const struct store_parsed *parsed, char **name); - -/* XXX Hacks to avoid touching hurd/hurd_types.h; these should be merged into - that file the next time it is updated (in enum storage_types). XXX */ -#define STORAGE_REMAP (STORAGE_LAYER + 1) /* new type */ -#define STORAGE_COPY (STORAGE_REMAP + 1) /* " */ -#define STORAGE_ZERO STORAGE_NULL /* renaming of STORAGE_NULL */ - -/* Doc for STORAGE_REMAP & STORAGE_COPY: - STORAGE_REMAP is a layer on top of another store that remaps its blocks - STORAGE_COPY is a memory snapshot of another store - ... - remap - TY, FL, NR NR * (OFFS, LEN) - 1 - (BS and SIZE are that of the child) - copy - TY, FL, SIZE - DATA - - (DATA is preceeded by padding to the next page boundary, and is - SIZE bytes long itself) -*/ + #endif /* __STORE_H__ */ -- cgit v1.2.3