summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2006-01-02 16:22:47 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2006-01-02 16:22:47 +0000
commit34b1d5f0e33a109d0eb2804eb42ea3978688e62e (patch)
tree40988cc9db467521b45bdf5a9e847c2ed67049c2
parent0896e17c7efaf0b1da94a07fbcb845a2bb2f3828 (diff)
#include <sys/signal.h> not needed
-rw-r--r--libexec/mail.local/mail.local.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libexec/mail.local/mail.local.c b/libexec/mail.local/mail.local.c
index 344781cd18a..be9b91bd48e 100644
--- a/libexec/mail.local/mail.local.c
+++ b/libexec/mail.local/mail.local.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mail.local.c,v 1.27 2005/05/29 02:11:49 millert Exp $ */
+/* $OpenBSD: mail.local.c,v 1.28 2006/01/02 16:22:46 millert Exp $ */
/*-
* Copyright (c) 1996-1998 Theo de Raadt <deraadt@theos.com>
@@ -41,7 +41,7 @@ char copyright[] =
#if 0
static char sccsid[] = "from: @(#)mail.local.c 5.6 (Berkeley) 6/19/91";
#else
-static char rcsid[] = "$OpenBSD: mail.local.c,v 1.27 2005/05/29 02:11:49 millert Exp $";
+static char rcsid[] = "$OpenBSD: mail.local.c,v 1.28 2006/01/02 16:22:46 millert Exp $";
#endif
#endif /* not lint */
@@ -49,7 +49,6 @@ static char rcsid[] = "$OpenBSD: mail.local.c,v 1.27 2005/05/29 02:11:49 millert
#include <sys/stat.h>
#include <sys/socket.h>
#include <netinet/in.h>
-#include <sys/signal.h>
#include <syslog.h>
#include <fcntl.h>
#include <netdb.h>