/[grub]/grub/lib/device.c
ViewVC logotype

Diff of /grub/lib/device.c

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

revision 1.24 by okuji, Sun May 23 16:45:35 2004 UTC revision 1.25 by okuji, Tue Feb 1 21:00:42 2005 UTC
# Line 493  check_device (const char *device) Line 493  check_device (const char *device)
493  static int  static int
494  read_device_map (FILE *fp, char **map, const char *map_file)  read_device_map (FILE *fp, char **map, const char *map_file)
495  {  {
496    static void show_error (int no, const char *msg)    auto void show_error (int no, const char *msg);
497      auto void show_warning (int no, const char *msg, ...);
498      
499      auto void show_error (int no, const char *msg)
500      {      {
501        fprintf (stderr, "%s:%d: error: %s\n", map_file, no, msg);        fprintf (stderr, "%s:%d: error: %s\n", map_file, no, msg);
502      }      }
503        
504    static void show_warning (int no, const char *msg, ...)    auto void show_warning (int no, const char *msg, ...)
505      {      {
506        va_list ap;        va_list ap;
507                

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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