cvs commit: src/lib/libdisk open_ia64_disk.c

Marcel Moolenaar marcel at FreeBSD.org
Thu Aug 5 10:44:07 PDT 2004


marcel      2004-08-05 17:44:07 UTC

  FreeBSD src repository

  Modified files:
    lib/libdisk          open_ia64_disk.c 
  Log:
  Don't use type unknown for partitions that we don't care about because
  the chunk will never be added to the list in that case. Use type mbr
  for GPT nested MBRs and use type part for any partition we don't know
  or care about. Since the subtype is 0, this should not cause confusion.
  
  Revision  Changes    Path
  1.3       +2 -2      src/lib/libdisk/open_ia64_disk.c


More information about the cvs-src mailing list