artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06896aa
)
Remove bogus getopt.h include.
author
millert
<millert@openbsd.org>
Tue, 13 Jan 2015 21:49:36 +0000
(21:49 +0000)
committer
millert
<millert@openbsd.org>
Tue, 13 Jan 2015 21:49:36 +0000
(21:49 +0000)
libexec/spamd/spamd.c
patch
|
blob
|
history
diff --git
a/libexec/spamd/spamd.c
b/libexec/spamd/spamd.c
index
e96839f
..
c44a66f
100644
(file)
--- a/
libexec/spamd/spamd.c
+++ b/
libexec/spamd/spamd.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: spamd.c,v 1.1
19 2015/01/13 21:42:59
millert Exp $ */
+/* $OpenBSD: spamd.c,v 1.1
20 2015/01/13 21:49:36
millert Exp $ */
/*
* Copyright (c) 2002-2007 Bob Beck. All rights reserved.
@@
-28,7
+28,6
@@
#include <err.h>
#include <errno.h>
#include <fcntl.h>
-#include <getopt.h>
#include <limits.h>
#include <pwd.h>
#include <stdio.h>