/[pupa]/pupa/fs/fat.c
ViewVC logotype

Diff of /pupa/fs/fat.c

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

revision 1.1.1.1 by okuji, Fri Dec 27 08:53:09 2002 UTC revision 1.2 by okuji, Thu Jan 2 20:12:32 2003 UTC
# Line 745  static struct pupa_fs pupa_fat_fs = Line 745  static struct pupa_fs pupa_fat_fs =
745      .next = 0      .next = 0
746    };    };
747    
748    #ifdef PUPA_UTIL
749    void pupa_fat_init (void)
750    #else
751  PUPA_MOD_INIT  PUPA_MOD_INIT
752    #endif
753  {  {
754    pupa_fs_register (&pupa_fat_fs);    pupa_fs_register (&pupa_fat_fs);
755  }  }
756    
757    #ifdef PUPA_UTIL
758    void pupa_fat_fini (void)
759    #else
760  PUPA_MOD_FINI  PUPA_MOD_FINI
761    #endif
762  {  {
763    pupa_fs_unregister (&pupa_fat_fs);    pupa_fs_unregister (&pupa_fat_fs);
764  }  }

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

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