/[grub]/grub2/util/i386/pc/grub-setup.c
ViewVC logotype

Diff of /grub2/util/i386/pc/grub-setup.c

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

revision 1.15 by okuji, Mon Aug 8 23:15:21 2005 UTC revision 1.16 by okuji, Thu Aug 18 03:14:39 2005 UTC
# Line 106  setup (const char *prefix, const char *d Line 106  setup (const char *prefix, const char *d
106    auto void save_blocklists (unsigned long sector, unsigned offset,    auto void save_blocklists (unsigned long sector, unsigned offset,
107                               unsigned length);                               unsigned length);
108    
109    auto int find_first_partition_start (const grub_partition_t p);    auto int find_first_partition_start (grub_disk_t disk,
110                                           const grub_partition_t p);
111        
112    int find_first_partition_start (const grub_partition_t p)    int find_first_partition_start (grub_disk_t disk __attribute__ ((unused)),
113                                      const grub_partition_t p)
114      {      {
115        struct grub_pc_partition *pcdata = p->data;        struct grub_pc_partition *pcdata = p->data;
116    

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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