diff options
Diffstat (limited to 'usr/src/cmd/ptools/pargs/pargs.c')
-rw-r--r-- | usr/src/cmd/ptools/pargs/pargs.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr/src/cmd/ptools/pargs/pargs.c b/usr/src/cmd/ptools/pargs/pargs.c index b1e01600dc..7bac7a00e8 100644 --- a/usr/src/cmd/ptools/pargs/pargs.c +++ b/usr/src/cmd/ptools/pargs/pargs.c @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -788,6 +787,9 @@ static struct aux_id aux_arr[] = { { AT_SUN_MMU, "AT_SUN_MMU", at_null }, { AT_SUN_LDDATA, "AT_SUN_LDDATA", at_null }, { AT_SUN_AUXFLAGS, "AT_SUN_AUXFLAGS", at_flags }, + { AT_SUN_EMULATOR, "AT_SUN_EMULATOR", at_str }, + { AT_SUN_BRANDNAME, "AT_SUN_BRANDNAME", at_str }, + { AT_SUN_BRAND_PHDR, "AT_SUN_BRAND_PHDR", at_null } }; #define N_AT_ENTS (sizeof (aux_arr) / sizeof (struct aux_id)) |