diff options
-rw-r--r-- | usr.sbin/smtpd/control.c | 3 | ||||
-rw-r--r-- | usr.sbin/smtpd/lka.c | 3 | ||||
-rw-r--r-- | usr.sbin/smtpd/mda.c | 3 | ||||
-rw-r--r-- | usr.sbin/smtpd/mfa.c | 3 | ||||
-rw-r--r-- | usr.sbin/smtpd/mta.c | 3 | ||||
-rw-r--r-- | usr.sbin/smtpd/queue.c | 3 | ||||
-rw-r--r-- | usr.sbin/smtpd/smtp.c | 3 |
7 files changed, 14 insertions, 7 deletions
diff --git a/usr.sbin/smtpd/control.c b/usr.sbin/smtpd/control.c index 0869fb27177..56e70fcb40a 100644 --- a/usr.sbin/smtpd/control.c +++ b/usr.sbin/smtpd/control.c @@ -1,4 +1,4 @@ -/* $OpenBSD: control.c,v 1.14 2009/02/22 11:44:29 form Exp $ */ +/* $OpenBSD: control.c,v 1.15 2009/02/22 19:07:33 chl Exp $ */ /* * Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -29,6 +29,7 @@ #include <event.h> #include <fcntl.h> #include <pwd.h> +#include <signal.h> #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/usr.sbin/smtpd/lka.c b/usr.sbin/smtpd/lka.c index d204b993b14..c7b6c1f4680 100644 --- a/usr.sbin/smtpd/lka.c +++ b/usr.sbin/smtpd/lka.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lka.c,v 1.25 2009/02/22 11:44:29 form Exp $ */ +/* $OpenBSD: lka.c,v 1.26 2009/02/22 19:07:33 chl Exp $ */ /* * Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -30,6 +30,7 @@ #include <event.h> #include <netdb.h> #include <pwd.h> +#include <signal.h> #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/usr.sbin/smtpd/mda.c b/usr.sbin/smtpd/mda.c index 070082ffa96..f5c3af488f4 100644 --- a/usr.sbin/smtpd/mda.c +++ b/usr.sbin/smtpd/mda.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mda.c,v 1.8 2009/02/15 10:32:23 jacekm Exp $ */ +/* $OpenBSD: mda.c,v 1.9 2009/02/22 19:07:33 chl Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org> @@ -25,6 +25,7 @@ #include <event.h> #include <pwd.h> +#include <signal.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> diff --git a/usr.sbin/smtpd/mfa.c b/usr.sbin/smtpd/mfa.c index 1ae047dc44b..412bd322762 100644 --- a/usr.sbin/smtpd/mfa.c +++ b/usr.sbin/smtpd/mfa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mfa.c,v 1.14 2009/02/18 22:39:12 jacekm Exp $ */ +/* $OpenBSD: mfa.c,v 1.15 2009/02/22 19:07:33 chl Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org> @@ -29,6 +29,7 @@ #include <ctype.h> #include <event.h> #include <pwd.h> +#include <signal.h> #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/usr.sbin/smtpd/mta.c b/usr.sbin/smtpd/mta.c index ea156dac8cd..325dfb21605 100644 --- a/usr.sbin/smtpd/mta.c +++ b/usr.sbin/smtpd/mta.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mta.c,v 1.30 2009/02/22 11:59:12 jacekm Exp $ */ +/* $OpenBSD: mta.c,v 1.31 2009/02/22 19:07:33 chl Exp $ */ /* * Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -31,6 +31,7 @@ #include <errno.h> #include <event.h> #include <pwd.h> +#include <signal.h> #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/usr.sbin/smtpd/queue.c b/usr.sbin/smtpd/queue.c index 6c848968517..0e2d5d293cb 100644 --- a/usr.sbin/smtpd/queue.c +++ b/usr.sbin/smtpd/queue.c @@ -1,4 +1,4 @@ -/* $OpenBSD: queue.c,v 1.55 2009/02/20 18:47:53 jacekm Exp $ */ +/* $OpenBSD: queue.c,v 1.56 2009/02/22 19:07:33 chl Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org> @@ -29,6 +29,7 @@ #include <fcntl.h> #include <libgen.h> #include <pwd.h> +#include <signal.h> #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/usr.sbin/smtpd/smtp.c b/usr.sbin/smtpd/smtp.c index dcd329185ad..ccd880a5eac 100644 --- a/usr.sbin/smtpd/smtp.c +++ b/usr.sbin/smtpd/smtp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: smtp.c,v 1.27 2009/02/22 11:44:29 form Exp $ */ +/* $OpenBSD: smtp.c,v 1.28 2009/02/22 19:07:33 chl Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org> @@ -26,6 +26,7 @@ #include <ctype.h> #include <event.h> #include <pwd.h> +#include <signal.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |