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/inffast.c | |
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/inffast.c')
-rw-r--r-- | usr/src/uts/common/zmod/inffast.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/src/uts/common/zmod/inffast.c b/usr/src/uts/common/zmod/inffast.c index a6dcf3f5c8..bbee92ed1e 100644 --- a/usr/src/uts/common/zmod/inffast.c +++ b/usr/src/uts/common/zmod/inffast.c @@ -3,8 +3,6 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -#pragma ident "%Z%%M% %I% %E% SMI" - #include "zutil.h" #include "inftrees.h" #include "inflate.h" |