Print this page
5218 posix definition of NULL
correct unistd.h and iso/stddef_iso.h
update gate source affected

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/mdb/common/mdb/mdb_termio.c
          +++ new/usr/src/cmd/mdb/common/mdb/mdb_termio.c
↓ open down ↓ 342 lines elided ↑ open up ↑
 343  343          { "dim", TIO_ATTR_STR, &termio_info.ti_dim },
 344  344          { "sgr0", TIO_ATTR_STR, &termio_info.ti_sgr0 },
 345  345          { "smir", TIO_ATTR_STR, &termio_info.ti_smir },
 346  346          { "rmir", TIO_ATTR_STR, &termio_info.ti_rmir },
 347  347          { "ich1", TIO_ATTR_STR, &termio_info.ti_ich1 },
 348  348          { "ip", TIO_ATTR_STR, &termio_info.ti_ip },
 349  349          { "clear", TIO_ATTR_STR, &termio_info.ti_clear },
 350  350          { "cnorm", TIO_ATTR_STR, &termio_info.ti_cnorm },
 351  351          { "nel", TIO_ATTR_STR, &termio_info.ti_nel },
 352  352          { "cr", TIO_ATTR_STR, &termio_info.ti_cr },
 353      -        { NULL, NULL, NULL }
      353 +        { NULL, 0, NULL }
 354  354  };
 355  355  
 356  356  /*
 357  357   * One-key accelerators.  Some commands are used so frequently as to need
 358  358   * single-key equivalents.  termio_accelkeys contains a list of the accelerator
 359  359   * keys, with termio_accel listing the accelerated commands.  The array is
 360  360   * indexed by the offset of the accelerator in the macro string, and as such
 361  361   * *must* stay in the same order.
 362  362   */
 363  363  static const char *const termio_accelkeys = "[]";
↓ open down ↓ 1614 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX