Date: Sun, 18 Apr 2004 07:37:27 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/puc puc_pccard.c pucdata.c pucvar.h Message-ID: <200404181437.i3IEbRGn072870@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2004/04/18 07:37:27 PDT
FreeBSD src repository
Modified files:
sys/dev/puc puc_pccard.c pucdata.c pucvar.h
Log:
Moved the function pointer in struct puc_device_description to the end
of the struct, so that a placeholder for it (or unportable C99
initializers) are not needed for entries that don't use it. Use a C99
initializer for the 1 entry that uses it. Removed 91 placeholders.
This also restores API compatibility with NetBSD and RELENG_4 for most
entries.
Revision Changes Path
1.8 +0 -1 src/sys/dev/puc/puc_pccard.c
1.43 +1 -91 src/sys/dev/puc/pucdata.c
1.13 +1 -1 src/sys/dev/puc/pucvar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404181437.i3IEbRGn072870>
