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

Diff of /hurd/libstore/create.c

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

revision 1.12 by miles, Fri Jun 20 05:25:06 1997 UTC revision 1.13 by roland, Sat Dec 29 00:31:52 2001 UTC
# Line 1  Line 1 
1  /* Store creation  /* Store creation
2    
3     Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.     Copyright (C) 1995,96,97,2001 Free Software Foundation, Inc.
4     Written by Miles Bader <miles@gnu.ai.mit.edu>     Written by Miles Bader <miles@gnu.org>
5     This file is part of the GNU Hurd.     This file is part of the GNU Hurd.
6    
7     The GNU Hurd is free software; you can redistribute it and/or     The GNU Hurd is free software; you can redistribute it and/or
# Line 65  store_create (file_t source, int flags, Line 65  store_create (file_t source, int flags,
65        if (err)        if (err)
66          store_free (*store);          store_free (*store);
67      }      }
68      else if (err == EINVAL && (flags &~ STORE_INACTIVE) == STORE_NO_FILEIO)
69        /* Open a generic "unknown" store that can regurgitate this encoding.  */
70        err = store_unknown_decode (&enc, classes, store);
71    
72    store_enc_dealloc (&enc);    store_enc_dealloc (&enc);
73    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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