Date: Sun, 12 Jan 2003 00:21:36 -0800 (PST) From: Julian Elischer <julian@elischer.org> To: Alfred Perlstein <bright@mu.org> Cc: Jake Burkholder <jake@locore.ca>, Matthew Dillon <dillon@apollo.backplane.com>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_acl.c kern_descrip.c kern_event.c kern_mac.c sys_pipe.c sys_socket.c uipc_socket.c uipc_syscalls.c uipc_usrreq.c vfs_aio.c vfs_syscalls.c vfs_vnops.c src/sys/netgraph ng_socket.c src/sys/sys file.h src/sys/ufs/ffs ... Message-ID: <Pine.BSF.4.21.0301120019330.57314-100000@InterJet.elischer.org> In-Reply-To: <20030112075042.GE33821@elvis.mu.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 11 Jan 2003, Alfred Perlstein wrote: > > This adds unneeded complexity and renaming that we don't need. > > It also reduces diffs to what will be 5-stable. Personally I'm on Matts side.. it makes it a lot safer re; allowing the compiler to check things if we have a union for the common cases.. if you do have your own module that needs to use the void * then fine, you can still use it but this makes debugging easier (gdb can followw teh links easier) and reduces likelyhood of errors. > > -- > -Alfred Perlstein [alfred@freebsd.org] > 'Instead of asking why a piece of software is using "1970s technology," > start asking why software is ignoring 30 years of accumulated wisdom.' > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0301120019330.57314-100000>