diff options
Diffstat (limited to 'usr/src/cmd/prctl/utils.h')
| -rw-r--r-- | usr/src/cmd/prctl/utils.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr/src/cmd/prctl/utils.h b/usr/src/cmd/prctl/utils.h index 1afa19fe90..2cc1452dd3 100644 --- a/usr/src/cmd/prctl/utils.h +++ b/usr/src/cmd/prctl/utils.h @@ -18,16 +18,14 @@ * * CDDL HEADER END */ + /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. - * Use is subject to license terms. + * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved. */ #ifndef _UTILS_H #define _UTILS_H -#pragma ident "%Z%%M% %I% %E% SMI" - #ifdef __cplusplus extern "C" { #endif @@ -35,7 +33,7 @@ extern "C" { #include <sys/types.h> extern void warn(const char *, ...); -extern char *setprogname(char *); +extern char *setpname(char *); /* * scale_t |
