From 2f8c0d728159112770548a55b161cb1dd5fbd5b2 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 9 Sep 2002 13:41:12 +0000 Subject: [PATCH] fix typo in previous git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11410 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/roken/roken-common.h b/lib/roken/roken-common.h index be66046fa..331c08f6a 100644 --- a/lib/roken/roken-common.h +++ b/lib/roken/roken-common.h @@ -252,7 +252,7 @@ ROKEN_CPP_START -#ifndef(IRIX4) /* fix for compiler bug */ +#ifndef IRIX4 /* fix for compiler bug */ #ifdef RETSIGTYPE typedef RETSIGTYPE (*SigAction)(int); SigAction signal(int iSig, SigAction pAction); /* BSD compatible */