lots of small fixes

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@289 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-03-10 15:12:11 +00:00
parent 66db417091
commit a32d6a5de8
3 changed files with 5 additions and 9 deletions

View File

@@ -13,9 +13,6 @@ RCSID("$Id$");
* Do we need any extra hacks for SIGCLD and/or SIGCHLD?
*/
typedef RETSIGTYPE (*SigAction)(/* int??? */);
SigAction
signal(int iSig, SigAction pAction)
{