From owner-cvs-all Sat Mar 30 5:58:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (unknown [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B77637B41C; Sat, 30 Mar 2002 05:58:22 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2UDpem64226; Sat, 30 Mar 2002 05:51:40 -0800 (PST) (envelope-from dwmalone) Message-Id: <200203301351.g2UDpem64226@freefall.freebsd.org> From: David Malone Date: Sat, 30 Mar 2002 05:51:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/doscmd int.c int14.c tty.c 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 dwmalone 2002/03/30 05:51:40 PST Modified files: usr.bin/doscmd int.c int14.c tty.c Log: Mark some parameters as unused. Make more code depend on '#ifndef NO_X' so we don't get unused warnings when compiling without X. Revision Changes Path 1.8 +4 -4 src/usr.bin/doscmd/int.c 1.9 +1 -1 src/usr.bin/doscmd/int14.c 1.24 +19 -9 src/usr.bin/doscmd/tty.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message