From 123520adf8ea45758c69162615bcae98dfbc6107 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Sun, 12 Jul 2020 17:01:16 -0700 Subject: [PATCH] define symbols are OS5/OS4 not SUNOS5/SUNOS4 modified: ../inc/os.h --- inc/os.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/os.h b/inc/os.h index c38c701..d5b4533 100755 --- a/inc/os.h +++ b/inc/os.h @@ -62,7 +62,7 @@ #define U_INT32_DECLARED_IN_AUTH 1 #endif -#ifdef SUNOS4 +#ifdef OS4 #ifndef USE_NIT #define USE_NIT 1 #endif @@ -79,7 +79,7 @@ #define U_INT32_DECLARED_IN_AUTH 1 #endif -#ifdef SUNOS5 +#ifdef OS5 #ifndef SVR4 #define SVR4 1 #endif