From owner-cvs-src-old@FreeBSD.ORG Sun Nov 23 21:01:37 2008 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 175C2106564A for ; Sun, 23 Nov 2008 21:01:36 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AB3818FC19 for ; Sun, 23 Nov 2008 21:01:36 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mANL1avx033549 for ; Sun, 23 Nov 2008 21:01:36 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mANL1aUA033548 for cvs-src-old@freebsd.org; Sun, 23 Nov 2008 21:01:36 GMT (envelope-from dwmalone@repoman.freebsd.org) Message-Id: <200811232101.mANL1aUA033548@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dwmalone@repoman.freebsd.org using -f From: David Malone Date: Sun, 23 Nov 2008 21:01:28 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys termios.h 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: Sun, 23 Nov 2008 21:01:37 -0000 dwmalone 2008-11-23 21:01:28 UTC FreeBSD src repository Modified files: sys/sys termios.h Log: SVN rev 185233 on 2008-11-23 21:01:28Z by dwmalone Make the new CCEQ macro a little more like the old one - first do the comparison between c and val and then compare val to _POSIX_VDISABLE. This avoids comparing c (which is usually of type char) to _POSIX_VDISABLE (which has value 0xff and may not be representable as a char). Reviewed by: ed Revision Changes Path 1.25 +1 -1 src/sys/sys/termios.h