Print this page
patch tsoome-feedback

*** 22,33 **** /* * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ - #pragma ident "%Z%%M% %I% %E% SMI" - #include <sys/fm/protocol.h> #include <limits.h> #include <fmd_alloc.h> #include <fmd_subr.h> --- 22,31 ----
*** 220,230 **** case FMD_EVT_TOPO: fmd_topo_rele(ep->ev_data); break; } - if (ep->ev_nvl != NULL) nvlist_free(ep->ev_nvl); fmd_free(ep, sizeof (fmd_event_impl_t)); } --- 218,227 ----