From d0fa49b78d1f40d84ec76c363cdc38cf128511dd Mon Sep 17 00:00:00 2001 From: Tony Nguyen Date: Mon, 29 Sep 2008 17:35:19 -0700 Subject: 1207395 au_event_t is a currently a short. It should be redefined to be a u_short --- usr/src/lib/libbsm/common/generic.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'usr/src/lib/libbsm/common/generic.c') diff --git a/usr/src/lib/libbsm/common/generic.c b/usr/src/lib/libbsm/common/generic.c index 7fc7abc5f0..5e59bcd1ce 100644 --- a/usr/src/lib/libbsm/common/generic.c +++ b/usr/src/lib/libbsm/common/generic.c @@ -19,10 +19,9 @@ * CDDL HEADER END */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" #include #include @@ -122,7 +121,7 @@ aug_init() aug_text1 = NULL; aug_text2 = NULL; aug_na = 0; - aug_asid = -1; + aug_asid = (au_asid_t)(-1); aug_afunc = NULL; aug_path = NULL; } -- cgit v1.2.3