Print this page
remove support for non-ANSI compilation

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/feature_tests.h
          +++ new/usr/src/uts/common/sys/feature_tests.h
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13   * When distributing Covered Code, include this CDDL HEADER in each
  14   14   * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15   * If applicable, add the following below this CDDL HEADER, with the
  16   16   * fields enclosed by brackets "[]" replaced with your own identifying
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  
  22   22  /*
       23 + * Copyright 2013 Garrett D'Amore <garrett@damore.org>
       24 + *
  23   25   * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  24   26   * Use is subject to license terms.
  25   27   */
  26      -/*
  27      - * Copyright 2013 Garrett D'Amore <garrett@damore.org>
  28      - */
  29   28  
  30   29  #ifndef _SYS_FEATURE_TESTS_H
  31   30  #define _SYS_FEATURE_TESTS_H
  32   31  
  33   32  #include <sys/ccompile.h>
  34   33  #include <sys/isa_defs.h>
  35   34  
  36   35  #ifdef  __cplusplus
  37   36  extern "C" {
  38   37  #endif
↓ open down ↓ 393 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX