summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/sendmail/libsm/signal.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.sbin/sendmail/libsm/signal.c')
-rw-r--r--gnu/usr.sbin/sendmail/libsm/signal.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/usr.sbin/sendmail/libsm/signal.c b/gnu/usr.sbin/sendmail/libsm/signal.c
index 47fa703e0b8..9cd320ac18b 100644
--- a/gnu/usr.sbin/sendmail/libsm/signal.c
+++ b/gnu/usr.sbin/sendmail/libsm/signal.c
@@ -8,7 +8,7 @@
*/
#include <sm/gen.h>
-SM_RCSID("@(#)$Sendmail: signal.c,v 1.13 2001/08/14 16:05:47 ca Exp $")
+SM_RCSID("@(#)$Sendmail: signal.c,v 1.16 2001/09/11 04:04:49 gshapiro Exp $")
#if SM_CONF_SETITIMER
# include <sys/time.h>
@@ -25,7 +25,7 @@ SM_RCSID("@(#)$Sendmail: signal.c,v 1.13 2001/08/14 16:05:47 ca Exp $")
unsigned int volatile InCriticalSection; /* >0 if inside critical section */
int volatile PendingSignal; /* pending signal to resend */
- /*
+/*
** SM_SIGNAL -- set a signal handler
**
** This is essentially old BSD "signal(3)".
@@ -89,7 +89,7 @@ sm_signal(sig, handler)
# endif /* defined(SYS5SIGNALS) || defined(BSD4_3) */
# endif /* SA_RESTART */
}
- /*
+/*
** SM_BLOCKSIGNAL -- hold a signal to prevent delivery
**
** Parameters:
@@ -131,7 +131,7 @@ sm_blocksignal(sig)
# endif /* ALTOS_SYSTEM_V */
# endif /* BSD4_3 */
}
- /*
+/*
** SM_RELEASESIGNAL -- release a held signal
**
** Parameters:
@@ -170,7 +170,7 @@ sm_releasesignal(sig)
# endif /* ALTOS_SYSTEM_V */
# endif /* BSD4_3 */
}
- /*
+/*
** PEND_SIGNAL -- Add a signal to the pending signal list
**
** Parameters:
@@ -249,7 +249,7 @@ pend_signal(sig)
#endif /* SM_CONF_SETITIMER */
errno = save_errno;
}
- /*
+/*
** SM_ALLSIGNALS -- act on all signals
**
** Parameters:
@@ -316,7 +316,7 @@ sm_allsignals(block)
# endif /* ALTOS_SYSTEM_V */
# endif /* BSD4_3 */
}
- /*
+/*
** SM_SIGNAL_NOOP -- A signal no-op function
**
** Parameters: