diff options
Diffstat (limited to 'usr/src/cmd/truss/actions.c')
-rw-r--r-- | usr/src/cmd/truss/actions.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/cmd/truss/actions.c b/usr/src/cmd/truss/actions.c index e04db7bdb5..2dda60fb3e 100644 --- a/usr/src/cmd/truss/actions.c +++ b/usr/src/cmd/truss/actions.c @@ -20,8 +20,7 @@ */ /* - * Copyright 2010 Sun Microsystems, Inc. All rights reserved. - * Use is subject to license terms. + * Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved. */ /* Copyright (c) 1988 AT&T */ @@ -973,7 +972,7 @@ showargs(private_t *pri, int raw) if (raw) showpaths(pri, &systable[SYS_execve]); - show_cred(pri, FALSE); + show_cred(pri, FALSE, FALSE); if (aflag || eflag) { /* dump args or environment */ |