cvs commit: src/sys/dev/puc puc_pccard.c pucdata.c pucvar.h

Bruce Evans bde at FreeBSD.org
Sun Apr 18 07:37:28 PDT 2004


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


More information about the cvs-src mailing list