From owner-cvs-all@FreeBSD.ORG Thu Sep 21 02:05:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 8F8A316A403; Thu, 21 Sep 2006 02:05:39 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F67343D49; Thu, 21 Sep 2006 02:05:39 +0000 (GMT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k8L25dKA019086; Thu, 21 Sep 2006 02:05:39 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k8L25dUR019085; Thu, 21 Sep 2006 02:05:39 GMT (envelope-from kan) Message-Id: <200609210205.k8L25dUR019085@repoman.freebsd.org> From: Alexander Kabaev Date: Thu, 21 Sep 2006 02:05: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/usr.bin/xlint/xlint xlint.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 21 Sep 2006 02:05:39 -0000 kan 2006-09-21 02:05:39 UTC FreeBSD src repository Modified files: usr.bin/xlint/xlint xlint.c Log: Pass "-Wtraditional -Wno-system-headers" to compiler as two separate arguments. GCC4 was unhappy with them combined, while GCC 3.4 did not care. Revision Changes Path 1.27 +2 -1 src/usr.bin/xlint/xlint/xlint.c