From e9c910d633419e4285e032031fee4cd712178c87 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 20 Mar 2000 19:19:44 +0000 Subject: [PATCH] make versions later than 5.7 of solaris also use 73 git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8049 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/kafs/afssysdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kafs/afssysdefs.h b/lib/kafs/afssysdefs.h index 45c3f5a40..58e3abbd4 100644 --- a/lib/kafs/afssysdefs.h +++ b/lib/kafs/afssysdefs.h @@ -50,7 +50,7 @@ #define AFS_SYSCALL 105 #endif -#if SunOS == 57 +#if SunOS >= 57 #define AFS_SYSCALL 73 #endif