Date: Thu, 25 Jun 2009 18:44:05 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/sys conf.h Message-ID: <200906251844.n5PIiHBs068692@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-06-25 18:44:05 UTC FreeBSD src repository Modified files: sys/sys conf.h Log: SVN rev 194989 on 2009-06-25 18:44:05Z by jhb Remove the d_spare2_t typedef. The d_spare2 field was replaced by d_mmap_single(). I considered adding a new round of padding for 8.0. However, since cdevsw already maintains a version field, new versions can be handled without requiring the need for explicit padding fields. Revision Changes Path 1.251 +0 -2 src/sys/sys/conf.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906251844.n5PIiHBs068692>