diff options
author | Nick Todd <Nick.Todd@Sun.COM> | 2008-09-18 20:50:09 +0100 |
---|---|---|
committer | Nick Todd <Nick.Todd@Sun.COM> | 2008-09-18 20:50:09 +0100 |
commit | 8793b36b40d14ad0a0fecc97738dc118a928f46c (patch) | |
tree | 2462e794aa4e591ef023a67fc2e4fb157003ba8e /usr/src/uts/sparc/sys/old_procfs.h | |
parent | a9520aaebd92fe63e5034e135e59fe8737234d80 (diff) | |
download | illumos-gate-8793b36b40d14ad0a0fecc97738dc118a928f46c.tar.gz |
6733185 Further cleanup of SUN Studio 12 lint warnings in ON source.
6365532 socketvar.h strangles lint for everyone
5002763 Sockfs debug macros should be linted
6746261 _mkarglst accidentally exported from libc.
Diffstat (limited to 'usr/src/uts/sparc/sys/old_procfs.h')
-rw-r--r-- | usr/src/uts/sparc/sys/old_procfs.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/usr/src/uts/sparc/sys/old_procfs.h b/usr/src/uts/sparc/sys/old_procfs.h index 7bb34e9393..39a82b4710 100644 --- a/usr/src/uts/sparc/sys/old_procfs.h +++ b/usr/src/uts/sparc/sys/old_procfs.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,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 1992-2003 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -31,8 +30,6 @@ #ifndef _SYS_OLD_PROCFS_H #define _SYS_OLD_PROCFS_H -#pragma ident "%Z%%M% %I% %E% SMI" - /* * This file contains the definitions for the old ioctl()-based * version of the process file system. It is obsolete but will |