diff options
author | Toomas Soome <tsoome@me.com> | 2020-02-07 15:54:44 +0200 |
---|---|---|
committer | Toomas Soome <tsoome@me.com> | 2020-02-18 18:50:20 +0200 |
commit | ced75a9309169d0177775214e3e1780ef5f7cf8a (patch) | |
tree | aa13e904ca9e3e5d11dc66cc7966738c88d21bcf | |
parent | e371214c989050b68785a50c83f96cd04c4d18e8 (diff) | |
download | illumos-joyent-ced75a9309169d0177775214e3e1780ef5f7cf8a.tar.gz |
12293 libfru: SOLARIS_UNIX is not needed
Reviewed by: Matthias Scheler <mscheler@tintri.com>
Reviewed by: Andrew Stormont <andyjstormont@gmail.com>
Approved by: Dan McDonald <danmcd@joyent.com>
-rw-r--r-- | usr/src/lib/libfru/libfruraw/crcmodel.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr/src/lib/libfru/libfruraw/crcmodel.h b/usr/src/lib/libfru/libfruraw/crcmodel.h index 9c30c19061..4a2653573b 100644 --- a/usr/src/lib/libfru/libfruraw/crcmodel.h +++ b/usr/src/lib/libfru/libfruraw/crcmodel.h @@ -27,11 +27,7 @@ #ifndef _CRCMODEL_H #define _CRCMODEL_H -#ifdef SOLARIS_UNIX #include <sys/types.h> -#else -typedef long uint32_t; -#endif #ifdef __cplusplus extern "C" { |