diff options
Diffstat (limited to 'usr/src/cmd/prstat/prutil.h')
| -rw-r--r-- | usr/src/cmd/prstat/prutil.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/usr/src/cmd/prstat/prutil.h b/usr/src/cmd/prstat/prutil.h index d0600b1c20..c98b3e7908 100644 --- a/usr/src/cmd/prstat/prutil.h +++ b/usr/src/cmd/prstat/prutil.h @@ -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,15 +19,15 @@ * CDDL HEADER END */ /* - * Copyright 2003 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. + * + * Portions Copyright 2009 Chad Mynhier */ #ifndef _PRUTIL_H #define _PRUTIL_H -#pragma ident "%Z%%M% %I% %E% SMI" - #include <sys/processor.h> #include <sys/types.h> @@ -51,7 +50,7 @@ extern void *Malloc(size_t); extern void *Zalloc(size_t); extern int Setrlimit(); extern void Priocntl(char *); -extern void getprojname(projid_t, char *, int); +extern void getprojname(projid_t, char *, int, int); extern void getzonename(projid_t, char *, int); extern void stripfname(char *); |
