kientzle    2006-11-24 05:48:04 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive_write_set_format_pax.c 
                         archive_write_set_format_ustar.c 
  Log:
  Fill in a couple of missing casts: clarify one narrowing conversion
  and correct the use of unary minus with an unsigned value.  (The unary
  minus here is actually being used as a bitwise operation, which is
  unusual enough to deserve a clarifying cast.)
  
  Revision  Changes    Path
  1.37      +2 -2      src/lib/libarchive/archive_write_set_format_pax.c
  1.17      +2 -2      src/lib/libarchive/archive_write_set_format_ustar.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to