diff options
Diffstat (limited to 'usr/src/cmd/truss/proto.h')
| -rw-r--r-- | usr/src/cmd/truss/proto.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr/src/cmd/truss/proto.h b/usr/src/cmd/truss/proto.h index 7565bd8aa1..29c8632353 100644 --- a/usr/src/cmd/truss/proto.h +++ b/usr/src/cmd/truss/proto.h @@ -18,20 +18,18 @@ * * CDDL HEADER END */ + /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ /* All Rights Reserved */ - #ifndef _PROTO_H #define _PROTO_H -#pragma ident "%Z%%M% %I% %E% SMI" - #include <sys/procset.h> #ifdef __cplusplus @@ -71,7 +69,6 @@ extern const char *sfsname(int); extern const char *plockname(int); extern const char *si86name(int); extern const char *utscode(int); -extern const char *sigarg(private_t *, int); extern const char *openarg(private_t *, int); extern const char *whencearg(int); extern const char *msgflags(private_t *, int); |
