From owner-cvs-all Fri Feb 15 0:28:40 2002 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 5ACEC37B402; Fri, 15 Feb 2002 00:28:34 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1F8SYc52095; Fri, 15 Feb 2002 00:28:34 -0800 (PST) (envelope-from bde) Message-Id: <200202150828.g1F8SYc52095@freefall.freebsd.org> From: Bruce Evans Date: Fri, 15 Feb 2002 00:28:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/digi digi.c src/sys/dev/rp rp.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 bde 2002/02/15 00:28:34 PST Modified files: sys/dev/digi digi.c sys/dev/rp rp.c Log: #include "opt_compat.h" so that the support for old ioctls can actually be compiled. Old tty ioctls are still used (possibly ifdef'ed) in at least the following programs in the src tree: atc des ee fontedit gdb gdbserver lock ntp perl5 tcsh telnet top vttest rp.c: Unremoved used variables so that the support for old ioctls actually compiles. Not tested at runtime by: bde Revision Changes Path 1.18 +2 -0 src/sys/dev/digi/digi.c 1.43 +6 -0 src/sys/dev/rp/rp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message