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