cvs commit: src/lib/libarchive archive_entry.c archive_platform.h
 archive_write_set_format_pax.c
    Tim Kientzle 
    kientzle at FreeBSD.org
       
    Tue Apr 20 22:13:42 PDT 2004
    
    
  
kientzle    2004/04/20 22:13:42 PDT
  FreeBSD src repository
  Modified files:
    lib/libarchive       archive_entry.c archive_platform.h 
                         archive_read_extract.c 
                         archive_read_support_format_tar.c 
                         archive_write_set_format_pax.c 
  Log:
  More portability improvements, thanks to Juergen Lock.
  
  High-resolution mtime/ctime/atime is not POSIX-standard, so hide
  set/get of high-resolution time fields behind easily-mutable macros.
  That makes it easier to change how those fields are accessed.
  
  Revision  Changes    Path
  1.8       +1 -2      src/lib/libarchive/archive_entry.c
  1.7       +33 -6     src/lib/libarchive/archive_platform.h
  1.7       +14 -16    src/lib/libarchive/archive_read_extract.c
  1.10      +23 -12    src/lib/libarchive/archive_read_support_format_tar.c
  1.10      +11 -8     src/lib/libarchive/archive_write_set_format_pax.c
    
    
More information about the cvs-all
mailing list