Print this page
fixup .text where possible
7127  remove -Wno-missing-braces from Makefile.uts

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/crypto/io/crypto.c
          +++ new/usr/src/uts/common/crypto/io/crypto.c
↓ open down ↓ 295 lines elided ↑ open up ↑
 296  296  };
 297  297  
 298  298  static struct modldrv modldrv = {
 299  299          &mod_driverops,                                 /* drv_modops */
 300  300          "Cryptographic Library Interface",      /* drv_linkinfo */
 301  301          &devops,
 302  302  };
 303  303  
 304  304  static struct modlinkage modlinkage = {
 305  305          MODREV_1,               /* ml_rev */
 306      -        &modldrv,               /* ml_linkage */
 307      -        NULL
      306 +        {   &modldrv,           /* ml_linkage */
      307 +            NULL }
 308  308  };
 309  309  
 310  310  /*
 311  311   * DDI entry points.
 312  312   */
 313  313  int
 314  314  _init(void)
 315  315  {
 316  316          return (mod_install(&modlinkage));
 317  317  }
↓ open down ↓ 6450 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX