From owner-cvs-src@FreeBSD.ORG Fri Apr 8 22:45:56 2005 Return-Path: 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 8CB7E16A4CE; Fri, 8 Apr 2005 22:45:56 +0000 (GMT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 478E943D1D; Fri, 8 Apr 2005 22:45:56 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] (sam@[66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j38Mjsms057687 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 8 Apr 2005 15:45:55 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <42570A2B.7020300@errno.com> Date: Fri, 08 Apr 2005 15:48:11 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050327) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Stefan Farfeleder References: <200504082137.j38LbfBP082199@repoman.freebsd.org> In-Reply-To: <200504082137.j38LbfBP082199@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c ifconfig.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 08 Apr 2005 22:45:56 -0000 Stefan Farfeleder wrote: > stefanf 2005-04-08 21:37:41 UTC > > FreeBSD src repository > > Modified files: > sbin/ifconfig ifconfig.c ifconfig.h > Log: > ISO C does not allow unnamed union members. Not sure what "ISO C" means; were you saying this was using a gcc-specific mechanism? I thought this was permitted by C99. Sam