diff options
author | Toomas Soome <tsoome@me.com> | 2017-05-17 17:56:15 +0300 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2017-05-29 20:49:09 +0000 |
commit | 1a1df1dbef1b5c57672433301a296dfe4311e6db (patch) | |
tree | c9729db49b3fa09316574e55ce282ce89cd70151 /usr/src/uts/common/zmod/inftrees.h | |
parent | 45681b8b0e59cad83c1547d78e25d4b7f218d635 (diff) | |
download | illumos-joyent-1a1df1dbef1b5c57672433301a296dfe4311e6db.tar.gz |
8247 uts: Remove archaic register keyword from zmod
Reviewed by: Jason King <jason.brian.king+illumos@gmail.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/uts/common/zmod/inftrees.h')
-rw-r--r-- | usr/src/uts/common/zmod/inftrees.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/src/uts/common/zmod/inftrees.h b/usr/src/uts/common/zmod/inftrees.h index 546e8c082f..b1104c87e7 100644 --- a/usr/src/uts/common/zmod/inftrees.h +++ b/usr/src/uts/common/zmod/inftrees.h @@ -3,8 +3,6 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* WARNING: this file should *not* be used by applications. It is part of the implementation of the compression library and is subject to change. Applications should only use zlib.h. |