fix typo in previous

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11410 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-09-09 13:41:12 +00:00
parent 6b8b69aa94
commit 2f8c0d7281

View File

@@ -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 */