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

*** 17,26 **** --- 17,27 ---- * information: Portions Copyright [yyyy] [name of copyright owner] * * CDDL HEADER END */ /* + * Copyright 2015 Gary Mills * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ /* Copyright (c) 1983, 1984, 1985, 1986, 1987, 1988, 1989 AT&T */
*** 29,44 **** /* * Portions of this source code were derived from Berkeley 4.3 BSD * under license from the Regents of the University of California. */ - #pragma ident "%Z%%M% %I% %E% SMI" - - #ifndef lint - static char sccsid[] = "%Z%%M% %I% %E% SMI"; - #endif - #include <stdlib.h> #include <dirent.h> #include <strings.h> #include "ypsym.h" #include "ypdefs.h" --- 30,39 ----