summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-06-09 03:53:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-06-09 03:53:40 +0000
commit224850a2e7ade014fe02d419dc19bc6f9ba98175 (patch)
tree0989fe180d0fcc874fa169a80f40c95a8c11dfcf /usr.sbin/smtpd
parentbd7d13658fab1cd3adf7e2d41c21cc355885f822 (diff)
spacing
Diffstat (limited to 'usr.sbin/smtpd')
-rw-r--r--usr.sbin/smtpd/enqueue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/enqueue.c b/usr.sbin/smtpd/enqueue.c
index e86d6527000..77d4ccc4060 100644
--- a/usr.sbin/smtpd/enqueue.c
+++ b/usr.sbin/smtpd/enqueue.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: enqueue.c,v 1.43 2011/04/17 13:36:07 gilles Exp $ */
+/* $OpenBSD: enqueue.c,v 1.44 2011/06/09 03:53:39 deraadt Exp $ */
/*
* Copyright (c) 2005 Henning Brauer <henning@bulabula.org>
@@ -113,7 +113,7 @@ sighdlr(int sig)
{
if (sig == SIGALRM) {
write(STDERR_FILENO, TIMEOUTMSG, sizeof(TIMEOUTMSG));
- _exit (2);
+ _exit(2);
}
}