[BACK]Return to mbr.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / distrib / utils / sysinst

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/distrib/utils/sysinst/Attic/mbr.h between version 1.1 and 1.2

version 1.1, 1998/02/24 05:36:03 version 1.2, 1998/06/20 13:05:49
Line 57  EXTERN int usefull;   /* on install, clo
Line 57  EXTERN int usefull;   /* on install, clo
   
   
 /* from mbr.c */  /* from mbr.c */
 void    set_fdisk_geom (void);          /* edit incore BIOS geometry */  void    set_fdisk_geom __P((void));     /* edit incore BIOS geometry */
 void    disp_cur_geom (void);  void    disp_cur_geom __P((void));
 int     check_geom (void);              /* primitive geometry sanity-check */  int     check_geom __P((void));         /* primitive geometry sanity-check */
   
 int     edit_mbr __P((void));  int     edit_mbr __P((void));
 int     partsoverlap (int, int);        /* primive partition sanity-check */  int     partsoverlap __P((int, int));   /* primive partition sanity-check */
   
 /* from fdisk.c */  /* from fdisk.c */
 void    get_fdisk_info (void);          /* read from disk into core */  void    get_fdisk_info __P((void));     /* read from disk into core */
 void    set_fdisk_info (void);          /* write incore info into disk */  void    set_fdisk_info __P((void));     /* write incore info into disk */

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

CVSweb <webmaster@jp.NetBSD.org>