From 181bee223158b1a8b8fc0e5d2a35c982506de1f4 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Wed, 4 Mar 1998 17:39:35 +0000 Subject: [PATCH] Add , move signal decl to roken-common.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4540 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken.h.in | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index 98fe057fa..da3294d0a 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -94,6 +94,9 @@ #if defined(HAVE_SYS_IOCTL_H) && SunOS != 4 #include #endif +#ifdef HAVE_ARPA_NAMESER_H +#include +#endif #ifdef TIME_WITH_SYS_TIME #include #include @@ -187,13 +190,6 @@ char * strupr(char *); int getdtablesize(void); #endif -#if IRIX != 4 /* fix for compiler bug */ -#ifdef RETSIGTYPE -typedef RETSIGTYPE (*SigAction)(/* int??? */); -SigAction signal(int iSig, SigAction pAction); /* BSD compatible */ -#endif -#endif - #if !defined(HAVE_STRERROR) && !defined(strerror) char *strerror(int eno); #endif