]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Moved the function pointer in struct puc_device_description to the end
authorBruce Evans <bde@FreeBSD.org>
Sun, 18 Apr 2004 14:37:27 +0000 (14:37 +0000)
committerBruce Evans <bde@FreeBSD.org>
Sun, 18 Apr 2004 14:37:27 +0000 (14:37 +0000)
commit8a148d55b7fe829cfd9411f16f615bbf3a8dfb51
treea9f6ae250b2cee22ea29d808dc9f4443cf2e22b3
parent1abe03558093811bf1d9e667fb36092b73074cef
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.
sys/dev/puc/puc_pccard.c
sys/dev/puc/pucdata.c
sys/dev/puc/pucvar.h