From owner-cvs-all@FreeBSD.ORG Sun Aug 8 01:21:10 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 A84CB16A4CE; Sun, 8 Aug 2004 01:21:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88F4443D39; Sun, 8 Aug 2004 01:21:10 +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 i781LAUU084351; Sun, 8 Aug 2004 01:21:10 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i781LAUs084350; Sun, 8 Aug 2004 01:21:10 GMT (envelope-from kientzle) Message-Id: <200408080121.i781LAUs084350@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 8 Aug 2004 01:21:10 +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_read_support_format_tar.c archive_write_set_format_pax.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: Sun, 08 Aug 2004 01:21:10 -0000 kientzle 2004-08-08 01:21:10 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_tar.c archive_write_set_format_pax.c Log: Use 'int' for certain wide-character conversions instead of wchar_t. That quiets some compiler warnings on platforms with 16-bit wchar_t. With this change, libarchive now compiles cleanly on Win32/cygwin. Revision Changes Path 1.24 +7 -3 src/lib/libarchive/archive_read_support_format_tar.c 1.16 +1 -1 src/lib/libarchive/archive_write_set_format_pax.c