aboutsummaryrefslogtreecommitdiff
path: root/libstore/part.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in copyright.Roland McGrath2001-10-141-2/+1
|
* 2001-10-06 Neal H Walfield <neal@cs.uml.edu>Roland McGrath2001-10-131-1/+1
| | | | | | * memobj.c: Include "store.h", not <hurd/store.h>. * nbd.c: Likewise. * part.c: Likewise.
* 2001-10-01 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-10-011-1/+1
| | | | | * part.c: Add const to type. Reported by Jeroen Dekkers.
* 2001-08-25 Roland McGrath <roland@frob.com>Roland McGrath2001-08-261-0/+194
* part.c (store_part_create): Do a run-time check on ped_get_version. 2001-08-25 Neal H Walfield <neal@cs.uml.edu> * part.c: New file. * std.c (store_std_classes): Add store_part_class. * store.h (store_part_create): New prototype. (store_part_open): Likewise.