From owner-cvs-all@FreeBSD.ORG Sat Jul 24 17:50:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2354216A4CE; Sat, 24 Jul 2004 17:50:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A45143D2F; Sat, 24 Jul 2004 17:50:06 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OHo52q099744; Sat, 24 Jul 2004 17:50:05 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OHo5mJ099743; Sat, 24 Jul 2004 17:50:05 GMT (envelope-from kientzle) Message-Id: <200407241750.i6OHo5mJ099743@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 24 Jul 2004 17:50:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive_entry.c archive_platform.h archive_read_extract.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 17:50:06 -0000 kientzle 2004-07-24 17:50:05 UTC FreeBSD src repository Modified files: lib/libarchive archive_entry.c archive_platform.h archive_read_extract.c Log: Use "linux" instead of "LINUX" to control Linux-specific code. Thanks to: David O'Brien for pointing this out. Also, add in a few additional portability tweaks and make a few more things conditional on features (HAVE_XXXX macros) rather than platform. Revision Changes Path 1.19 +1 -1 src/lib/libarchive/archive_entry.c 1.9 +3 -0 src/lib/libarchive/archive_platform.h 1.32 +14 -7 src/lib/libarchive/archive_read_extract.c