diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-03-16 13:33:45 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-03-16 13:33:45 +0100 |
commit | 5ad8be875662e799ca8739e267b4879bb281a048 (patch) | |
tree | 1b44e7d6fd8446f8c3e2fc8f1ef3af281d590fab /util/ipmicmd.h | |
parent | 9641459c047738b492ab6002a9d38d286e237721 (diff) | |
parent | b5b2075a902277c33d7cf1b82f49f0fac7ef4cb9 (diff) |
Update upstream source from tag 'upstream/3.2.1'
Update to upstream version '3.2.1'
with Debian dir d1f78609c2f728d0641d47c8ca34241c348f8f21
Diffstat (limited to 'util/ipmicmd.h')
-rw-r--r-- | util/ipmicmd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/ipmicmd.h b/util/ipmicmd.h index 17deca2..8d45c4c 100644 --- a/util/ipmicmd.h +++ b/util/ipmicmd.h @@ -42,6 +42,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #define uchar unsigned char #define uint32 unsigned int #define uint64 unsigned long +#define BYTE unsigned char // #ifdef __USE_MISC /* Can use compatibility names for C types. (from sys/types.h) */ // typedef unsigned long int ulong; |