Date: Wed, 15 Apr 2009 20:15:36 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern kern_conf.c Message-ID: <200904152015.n3FKFoFf042073@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2009-04-15 20:15:36 UTC FreeBSD src repository Modified files: sys/kern kern_conf.c Log: SVN rev 191116 on 2009-04-15 20:15:36Z by ed Remove unneeded variable and casting from newdev(). Remove the `udev' variable, which has a different type than the original function argument and si_drv0. The `udev' name is also misleading, because it is not the number returned by dev2udev(). Rename this argument to `unit'. It is the same number as returned by dev2unit(). Revision Changes Path 1.228 +3 -5 src/sys/kern/kern_conf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904152015.n3FKFoFf042073>