Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 22,33 ****
/*
* Copyright (c) 1995-1999 by Sun Microsystems, Inc.
* All rights reserved.
*/
- #pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/types.h>
#include <sys/systm.h>
#include <sys/user.h>
#include <sys/buf.h>
#include <sys/file.h>
--- 22,31 ----
*** 226,236 ****
* List of tuples in the global CIS to ignore if they show
* up in both the global and function-specific CIS lists.
* This list MUST end with CISTPL_NULL.
*/
cistpl_ignore_list_t cistpl_ignore_list[] = {
! CISTPL_FUNCID,
! CISTPL_FUNCE,
! CISTPL_CONFIG,
! CISTPL_CFTABLE_ENTRY,
! CISTPL_NULL /* list must end with CISTPL_NULL */
};
--- 224,234 ----
* List of tuples in the global CIS to ignore if they show
* up in both the global and function-specific CIS lists.
* This list MUST end with CISTPL_NULL.
*/
cistpl_ignore_list_t cistpl_ignore_list[] = {
! { CISTPL_FUNCID },
! { CISTPL_FUNCE },
! { CISTPL_CONFIG },
! { CISTPL_CFTABLE_ENTRY },
! { CISTPL_NULL } /* list must end with CISTPL_NULL */
};