From 4b36aecdf4e111c03e88910bca057d79fa6eea85 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 9 Sep 2002 13:29:09 +0000 Subject: [PATCH] change IRIX == 4 to IRIX4 git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11404 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken-common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/roken/roken-common.h b/lib/roken/roken-common.h index 099f11314..be66046fa 100644 --- a/lib/roken/roken-common.h +++ b/lib/roken/roken-common.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995 - 2001 Kungliga Tekniska Högskolan + * Copyright (c) 1995 - 2002 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * @@ -252,7 +252,7 @@ ROKEN_CPP_START -#if IRIX != 4 /* fix for compiler bug */ +#ifndef(IRIX4) /* fix for compiler bug */ #ifdef RETSIGTYPE typedef RETSIGTYPE (*SigAction)(int); SigAction signal(int iSig, SigAction pAction); /* BSD compatible */