From owner-freebsd-standards@FreeBSD.ORG Mon Nov 9 01:14:13 2009 Return-Path: Delivered-To: freebsd-standards@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7595E106566B for ; Mon, 9 Nov 2009 01:14:13 +0000 (UTC) (envelope-from jsa.bsd@gmail.com) Received: from mail-qy0-f176.google.com (mail-qy0-f176.google.com [209.85.221.176]) by mx1.freebsd.org (Postfix) with ESMTP id 2E1298FC0A for ; Mon, 9 Nov 2009 01:14:13 +0000 (UTC) Received: by qyk6 with SMTP id 6so1063572qyk.3 for ; Sun, 08 Nov 2009 17:14:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=K7k/qyzvwPgpQjhVKXkUCXjtd5Da5sZmi+UbV1y77FE=; b=i1qHVfA+x9LenGZ4M3S9WogUXqbWPQYTyMYUU72sXCcxAEHs/mz7F+Aebc/KQR5ghN tOXby3tt9IzNuc8s6kSpojBIjUsvejsjk8YT8FHQLftQyGzz0t4UEWkcNrxfkidplz1l FNRMXhfhiTc9mxR80drLN33VYin9NEQzI0nAM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=CVi4ijCAYUQcwANMy/rlqNNTtxJ6UhRY5qyVDWb32iXONQYknxfItqC+XHENa3SoQu LvHvvFbJ0oQ4Om+GHuY4QQ1gdKahVkMQgT4u6CHDL8aWJY88RQ74P4j6GMgy+q+05j4X IdxeG2C2CnVgyAdaGFpcyhV4m67VYOF2bo+oQ= Received: by 10.224.36.161 with SMTP id t33mr3722336qad.346.1257727259023; Sun, 08 Nov 2009 16:40:59 -0800 (PST) Received: from shaitan.wickedmachine.net ([76.7.83.111]) by mx.google.com with ESMTPS id 23sm2227724qyk.11.2009.11.08.16.40.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 08 Nov 2009 16:40:58 -0800 (PST) Message-ID: <4AF7651F.20703@gmail.com> Date: Sun, 08 Nov 2009 19:41:03 -0500 From: "Joseph S. Atkinson" User-Agent: Thunderbird 2.0.0.23 (X11/20091107) MIME-Version: 1.0 To: freebsd-standards@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: timezone: long vs char* X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2009 01:14:13 -0000 Hello. I was working on bringing audio/liboggz up to date in ports, but hit a snag. liboggz expects timezone information to be long, which is (I am told) in accordance with SUSv3. FreeBSD is appears to be returning char*. I asked about this in #bsdports and was told that it appears that FreeBSD is wrong in this case and should be fixed. I saw no mention of this as a known issue on the standards webpage.