From owner-cvs-src@FreeBSD.ORG Sun Jun 15 05:12:52 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB7D9106567C; Sun, 15 Jun 2008 05:12:52 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8DB218FC21; Sun, 15 Jun 2008 05:12:52 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m5F5Cqs5047472; Sun, 15 Jun 2008 05:12:52 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5F5CqbJ047471; Sun, 15 Jun 2008 05:12:52 GMT (envelope-from kientzle@repoman.freebsd.org) Message-Id: <200806150512.m5F5CqbJ047471@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kientzle@repoman.freebsd.org using -f From: Tim Kientzle Date: Sun, 15 Jun 2008 05:12:47 +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_string.c config_freebsd.h 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: Sun, 15 Jun 2008 05:12:52 -0000 kientzle 2008-06-15 05:12:47 UTC FreeBSD src repository Modified files: lib/libarchive archive_string.c config_freebsd.h Log: SVN rev 179792 on 2008-06-15 05:12:47Z by kientzle Portability: We can get away with the older and better-supported wctomb() here; we don't need wcrtomb(). In particular, this fixes libarchive building on FreeBSD 4. Revision Changes Path 1.13 +23 -33 src/lib/libarchive/archive_string.c 1.10 +1 -0 src/lib/libarchive/config_freebsd.h