From owner-cvs-src@FreeBSD.ORG Sat Feb 7 10:54:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D46DF16A4CE; Sat, 7 Feb 2004 10:54:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B705E43D1D; Sat, 7 Feb 2004 10:54:34 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i17IsY0B068369; Sat, 7 Feb 2004 10:54:34 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i17IsYJp068368; Sat, 7 Feb 2004 10:54:34 -0800 (PST) (envelope-from phk) Message-Id: <200402071854.i17IsYJp068368@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 7 Feb 2004 10:54:34 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/svr4 svr4_types.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 07 Feb 2004 18:54:35 -0000 phk 2004/02/07 10:54:34 PST FreeBSD src repository Modified files: sys/compat/svr4 svr4_types.h Log: I guess nobody has needed to use the SVR4olator to create device nodes, or if they did, they're now locked away on the Kurt Gdel memorial home for the numerically confused: Don't cast a kernel pointer (from makedev(9)) to an integer (maj+minor combo). Revision Changes Path 1.4 +2 -2 src/sys/compat/svr4/svr4_types.h