Date: Sun, 26 Jan 1997 22:24:11 -0800 (PST) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-etc Subject: cvs commit: src/etc/etc.i386 MAKEDEV Message-ID: <199701270624.WAA19621@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 97/01/26 22:24:11 Modified: etc/etc.i386 MAKEDEV Log: Use shifts instead of multiplications and `|' instead of `+' to simplify dkminor(). Use $((1 << 29)) instead of a mysterious decimal number for $scisctl. Use dkminor() instead of repeating part of it for special cases. Shortened some long lines. Revision Changes Path 1.134 +6 -4 src/etc/etc.i386/MAKEDEV
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701270624.WAA19621>