From owner-cvs-src@FreeBSD.ORG Wed Jun 1 15:52:40 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1999C16A41C; Wed, 1 Jun 2005 15:52:40 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C791543D49; Wed, 1 Jun 2005 15:52:39 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j51Fqdr1046894; Wed, 1 Jun 2005 15:52:39 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j51FqdR2046893; Wed, 1 Jun 2005 15:52:39 GMT (envelope-from kientzle) Message-Id: <200506011552.j51FqdR2046893@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 1 Jun 2005 15:52:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_private.h archive_read.c archive_read_data_into_fd.c archive_write.c archive_write_set_compression_bzip2.c archive_write_set_compression_gzip.c archive_write_set_compression_none.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2005 15:52:40 -0000 kientzle 2005-06-01 15:52:39 UTC FreeBSD src repository Modified files: lib/libarchive archive_private.h archive_read.c archive_read_data_into_fd.c archive_write.c archive_write_set_compression_bzip2.c archive_write_set_compression_gzip.c archive_write_set_compression_none.c Log: Remove the C99-specific __func__ that is one of the few barrier to compiling on IRIX and Solaris. Remove the "archive_check_magic" macro that existed only to provide __func__ to the underlying __archive_check_magic function. Thanks to: Darin Broady MFC after: 14 days Revision Changes Path 1.18 +17 -15 src/lib/libarchive/archive_private.h 1.15 +10 -10 src/lib/libarchive/archive_read.c 1.8 +1 -1 src/lib/libarchive/archive_read_data_into_fd.c 1.15 +8 -8 src/lib/libarchive/archive_write.c 1.8 +1 -1 src/lib/libarchive/archive_write_set_compression_bzip2.c 1.10 +1 -1 src/lib/libarchive/archive_write_set_compression_gzip.c 1.8 +1 -1 src/lib/libarchive/archive_write_set_compression_none.c