From owner-cvs-all Sat Dec 1 11:49: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F9A937B419; Sat, 1 Dec 2001 11:49:00 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1Jn0W89753; Sat, 1 Dec 2001 11:49:00 -0800 (PST) (envelope-from bde) Message-Id: <200112011949.fB1Jn0W89753@freefall.freebsd.org> From: Bruce Evans Date: Sat, 1 Dec 2001 11:49:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/login Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2001/12/01 11:48:59 PST Modified files: usr.bin/login Makefile Log: Work around world breakage in previous commit. The bug is in . It declares a function parameter named 'send', so nothing that includes both (which declares send(2)) and be compiled with WARNS=2 unless NO_WERRROR is set. Fixed order of WARNS. Revision Changes Path 1.39 +2 -2 src/usr.bin/login/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message