From owner-cvs-all@FreeBSD.ORG Sat May 19 13:55:02 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 333A916A402; Sat, 19 May 2007 13:55:02 +0000 (UTC) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 08AFE13C4C2; Sat, 19 May 2007 13:55:02 +0000 (UTC) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4JDt1j2025567; Sat, 19 May 2007 13:55:01 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4JDt1pg025554; Sat, 19 May 2007 13:55:01 GMT (envelope-from mux) Message-Id: <200705191355.l4JDt1pg025554@repoman.freebsd.org> From: Maxime Henrion Date: Sat, 19 May 2007 13:55:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: CSUP Cc: Subject: cvs commit: src/contrib/csup queue.h 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: Sat, 19 May 2007 13:55:02 -0000 mux 2007-05-19 13:55:01 UTC FreeBSD src repository Modified files: (Branch: CSUP) contrib/csup queue.h Log: Fix a typo that caused the #undef directive to not actually undefine the correct symbol, thus causing a warning with GCC 4.2.0. Committed into the vendor branch since this is already in the csup repository. Reported by: kan (ages ago) Revision Changes Path 1.1.1.3 +3 -3 src/contrib/csup/queue.h