Print this page
5910 libnisdb won't build with modern GCC

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libnisdb/yptol/shim_ancil.c
          +++ new/usr/src/lib/libnisdb/yptol/shim_ancil.c
↓ open down ↓ 11 lines elided ↑ open up ↑
  12   12   *
  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 + * Copyright 2015 Gary Mills
  22   23   * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  23   24   * Use is subject to license terms.
  24   25   */
  25   26  
  26   27  /*      Copyright (c) 1983, 1984, 1985, 1986, 1987, 1988, 1989 AT&T     */
  27   28  /*        All Rights Reserved   */
  28   29  
  29   30  /*
  30   31   * Portions of this source code were derived from Berkeley 4.3 BSD
  31   32   * under license from the Regents of the University of California.
  32   33   */
  33   34  
  34      -#pragma ident   "%Z%%M% %I%     %E% SMI"
  35      -
  36      -#ifndef lint
  37      -static  char sccsid[] = "%Z%%M% %I%     %E% SMI";
  38      -#endif
  39      -
  40   35  #include <stdlib.h>
  41   36  #include <dirent.h>
  42   37  #include <strings.h>
  43   38  #include "ypsym.h"
  44   39  #include "ypdefs.h"
  45   40  USE_YPDBPATH
  46   41  USE_DBM
  47   42  #include "shim.h"
  48   43  #include "../ldap_util.h"
  49   44  
↓ open down ↓ 357 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX