From owner-cvs-src@FreeBSD.ORG Fri Jul 25 12:43:15 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 1F6231065689; Fri, 25 Jul 2008 12:43:15 +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 01DC38FC1B; Fri, 25 Jul 2008 12:43:15 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m6PChE8r064089; Fri, 25 Jul 2008 12:43:14 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m6PChExZ064088; Fri, 25 Jul 2008 12:43:14 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200807251243.m6PChExZ064088@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Fri, 25 Jul 2008 12:37:46 +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 ObsoleteFiles.inc src/include Makefile sgtty.h 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: Fri, 25 Jul 2008 12:43:15 -0000 ed 2008-07-25 12:37:46 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc include Makefile Removed files: include sgtty.h Log: SVN rev 180800 on 2008-07-25 12:37:46Z by ed Remove now it has no practical usage. When I turned sgtty into a binary-only interface (last month), I added this explicit #error to the header file, to make sure nobody forgot to remove the header file after updating world. I think it is now a good moment to remove this header file. Approved by: philip (mentor) Revision Changes Path 1.154 +2 -0 src/ObsoleteFiles.inc 1.281 +1 -1 src/include/Makefile 1.3 +0 -3 src/include/sgtty.h (dead)