From owner-cvs-src@FreeBSD.ORG Wed Jul 16 11:24:42 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D8721065670; Wed, 16 Jul 2008 11:24:42 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7177E8FC21; Wed, 16 Jul 2008 11:24:42 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m6GBOgRN036773; Wed, 16 Jul 2008 11:24:42 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m6GBOgx3036772; Wed, 16 Jul 2008 11:24:42 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200807161124.m6GBOgx3036772@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Wed, 16 Jul 2008 11:20:04 +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/bin/stty print.c src/sys/sys ioctl_compat.h src/usr.sbin/pstat pstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2008 11:24:42 -0000 ed 2008-07-16 11:20:04 UTC FreeBSD src repository Modified files: bin/stty print.c sys/sys ioctl_compat.h usr.sbin/pstat pstat.c Log: SVN rev 180559 on 2008-07-16 11:20:04Z by ed Remove OTTYDISC, NETLDISC and NTTYDISC definitions. When I ported most applications away from , I noticed none of them were actually using these definitions. I kept them in place, because I didn't want to touch tools like pstat(8) and stty(1). In preparation for the MPSAFE TTY layer, remove these definitions. This doesn't have any impact with respect to binary compatibility (see tty_conf.c). We couldn now add an #error to when included outside the kernel. Unfortunately, kdump's mkioctls includes this file unconditionally. Approved by: philip (mentor) Revision Changes Path 1.21 +0 -5 src/bin/stty/print.c 1.12 +0 -8 src/sys/sys/ioctl_compat.h 1.104 +0 -4 src/usr.sbin/pstat/pstat.c