diff options
Diffstat (limited to 'usr/src/lib/libbsm/common/generic.c')
-rw-r--r-- | usr/src/lib/libbsm/common/generic.c | 5 |
1 files changed, 2 insertions, 3 deletions
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 <netdb.h> #include <netinet/in.h> @@ -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; } |