/[hurd]/hurd/libstore/kids.c
ViewVC logotype

Diff of /hurd/libstore/kids.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by roland, Sun Dec 23 08:12:46 2001 UTC revision 1.8 by marcus, Mon Mar 11 00:44:35 2002 UTC
# Line 59  store_allocate_child_encodings (const st Line 59  store_allocate_child_encodings (const st
59      {      {
60        struct store *k = store->children[i];        struct store *k = store->children[i];
61        if (k->class->allocate_encoding)        if (k->class->allocate_encoding)
62          (*k->class->allocate_encoding) (store, enc);          (*k->class->allocate_encoding) (k, enc);
63        else        else
64          err = EOPNOTSUPP;          err = EOPNOTSUPP;
65      }      }
# Line 77  store_encode_children (const struct stor Line 77  store_encode_children (const struct stor
77      {      {
78        struct store *k = store->children[i];        struct store *k = store->children[i];
79        if (k->class->encode)        if (k->class->encode)
80          (*k->class->encode) (store, enc);          (*k->class->encode) (k, enc);
81        else        else
82          err = EOPNOTSUPP;          err = EOPNOTSUPP;
83      }      }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26