[BACK]Return to mbr.c 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.c between version 1.68.2.3 and 1.68.2.3.2.1

version 1.68.2.3, 2005/11/21 20:42:02 version 1.68.2.3.2.1, 2006/08/12 19:20:41
Line 1444  read_mbr(const char *disk, mbr_info_t *m
Line 1444  read_mbr(const char *disk, mbr_info_t *m
                                         ext_size = mbrp->mbrp_size;                                          ext_size = mbrp->mbrp_size;
                         } else {                          } else {
                                 mbri->last_mounted[i] = strdup(get_last_mounted(                                  mbri->last_mounted[i] = strdup(get_last_mounted(
                                         fd, mbri->sector + mbrp->mbrp_start));                                          fd, mbri->sector + mbrp->mbrp_start, NULL));
 #if BOOTSEL  #if BOOTSEL
                                 if (ombri->install == 0 &&                                  if (ombri->install == 0 &&
                                     strcmp(mbri->last_mounted[i], "/") == 0)                                      strcmp(mbri->last_mounted[i], "/") == 0)

Legend:
Removed from v.1.68.2.3  
changed lines
  Added in v.1.68.2.3.2.1

CVSweb <webmaster@jp.NetBSD.org>