From owner-cvs-src-old@FreeBSD.ORG Fri Sep 18 15:39:21 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04290106568D for ; Fri, 18 Sep 2009 15:39:21 +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 CC6E38FC17 for ; Fri, 18 Sep 2009 15:39:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n8IFdKpt092279 for ; Fri, 18 Sep 2009 15:39:20 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n8IFdKJI092278 for cvs-src-old@freebsd.org; Fri, 18 Sep 2009 15:39:20 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200909181539.n8IFdKJI092278@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Fri, 18 Sep 2009 15:39:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/syscons syscons.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Sep 2009 15:39:21 -0000 ed 2009-09-18 15:39:09 UTC FreeBSD src repository Modified files: sys/dev/syscons syscons.c Log: SVN rev 197315 on 2009-09-18 15:39:09Z by ed Just use ttydisc_rint_simple() instead of doing it ourselves. This code seems to do exactly the same as ttydisc_rint_simple() does nowadays. Just remove it. Obtained from: //depot/user/ed/newcons/sys/dev/syscons/syscons.c Revision Changes Path 1.474 +2 -8 src/sys/dev/syscons/syscons.c