Print this page
patch fix-lint

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libdisasm/common/linktest_stand.c
          +++ new/usr/src/lib/libdisasm/common/linktest_stand.c
↓ open down ↓ 16 lines elided ↑ open up ↑
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  
  22   22  /*
  23   23   * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  24   24   * Use is subject to license terms.
  25   25   */
  26   26  
  27      -#pragma ident   "%Z%%M% %I%     %E% SMI"
  28      -
  29   27  /*
  30   28   * This file is used to verify that the standalone's external dependencies
  31   29   * haven't changed in a way that'll break things that use it.
  32   30   */
  33   31  
  34   32  void mdb_free(void) {}
  35      -void snprintf(void) {}
  36      -void vsnprintf(void) {}
       33 +void mdb_snprintf(void) {}
       34 +void mdb_iob_vsnprintf(void) {}
  37   35  void mdb_zalloc(void) {}
  38   36  void strcmp(void) {}
  39   37  void strlen(void) {}
  40   38  void strlcat(void) {}
  41   39  void strncpy(void) {}
  42   40  void strncmp(void) {}
  43   41  void memcpy(void) {}
  44   42  void _memcpy(void) {}
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX