cvs commit: src/sbin/gpt show.c
    Marcel Moolenaar 
    marcel at FreeBSD.org
       
    Mon Aug  2 12:28:03 PDT 2004
    
    
  
marcel      2004-08-02 19:28:03 UTC
  FreeBSD src repository
  Modified files:
    sbin/gpt             show.c 
  Log:
  Add Linux swap partition and MS reserved partition descriptions.
  While here:
  o  Make the UUIDs static to avoid runtime initialization,
  o  Rename ext to mslinux,
  o  Replace the use of memcmp() with uuid_equal(),
  o  Various style(9) improvements,
  o  Order the comparisons based on importance,
  o  Remove the word partition from all the descriptions,
  o  Other description improvements.
  
  Includes patch from: T. Muthu Mohan < Muthu_T at dell dot com >
  
  Revision  Changes    Path
  1.8       +27 -19    src/sbin/gpt/show.c
    
    
More information about the cvs-all
mailing list