Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2010 17:05:22 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/pax Makefile cpio.h tar.h
Message-ID:  <201002071705.o17H5kab058637@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2010-02-07 17:05:22 UTC

  FreeBSD src repository

  Modified files:
    bin/pax              Makefile cpio.h tar.h 
  Log:
  SVN rev 203613 on 2010-02-07 17:05:22Z by imp
  
  Tell the compiler these structures are aligned to a byte boundary.
  All the elements of these structs are char anyway, so it won't hurt
  performance.
  
  Bump warns back up to the default.
  
  # we likely should have CTASSERTS to make sure they are the right size.
  # but with libarchive based tar maybe we shouldn't bother.
  
  Revision  Changes    Path
  1.14      +0 -2      src/bin/pax/Makefile
  1.8       +3 -3      src/bin/pax/cpio.h
  1.8       +2 -2      src/bin/pax/tar.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002071705.o17H5kab058637>