From owner-cvs-src-old@FreeBSD.ORG Sun Feb 7 17:05:46 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D788210656A4 for ; Sun, 7 Feb 2010 17:05:46 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C7C3D8FC14 for ; Sun, 7 Feb 2010 17:05:46 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o17H5k0m058638 for ; Sun, 7 Feb 2010 17:05:46 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o17H5kab058637 for cvs-src-old@freebsd.org; Sun, 7 Feb 2010 17:05:46 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <201002071705.o17H5kab058637@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sun, 7 Feb 2010 17:05:22 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/pax Makefile cpio.h tar.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2010 17:05:46 -0000 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