diff options
Diffstat (limited to 'usr/src/uts/common/sys/protosw.h')
-rw-r--r-- | usr/src/uts/common/sys/protosw.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/uts/common/sys/protosw.h b/usr/src/uts/common/sys/protosw.h index 0723dda3c7..ff1a899d2c 100644 --- a/usr/src/uts/common/sys/protosw.h +++ b/usr/src/uts/common/sys/protosw.h @@ -25,7 +25,7 @@ */ /* Copyright (c) 1983, 1984, 1985, 1986, 1987, 1988, 1989 AT&T */ -/* All Rights Reserved */ +/* All Rights Reserved */ /* * University Copyright- Copyright (c) 1982, 1986, 1988 @@ -40,8 +40,6 @@ #ifndef _SYS_PROTOSW_H #define _SYS_PROTOSW_H -#pragma ident "%Z%%M% %I% %E% SMI" - #ifdef __cplusplus extern "C" { #endif |