diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-02-23 19:36:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-02-23 19:36:24 +0000 |
commit | 511a59a5d5ab3884513bde966075484634776ce8 (patch) | |
tree | d036d35aacc5e620c21b15281e78a480844406c2 /libexec/spamd/grey.c | |
parent | 49cb0e2c73e33500b32552e3ad2d71a8f3893e1c (diff) |
continue collecting lint to be sold as a parsley substitute; ok beck
Diffstat (limited to 'libexec/spamd/grey.c')
-rw-r--r-- | libexec/spamd/grey.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/spamd/grey.c b/libexec/spamd/grey.c index c49f0d955e4..1bbb2dc5ab6 100644 --- a/libexec/spamd/grey.c +++ b/libexec/spamd/grey.c @@ -1,4 +1,4 @@ -/* $OpenBSD: grey.c,v 1.26 2007/02/23 19:28:39 deraadt Exp $ */ +/* $OpenBSD: grey.c,v 1.27 2007/02/23 19:36:23 deraadt Exp $ */ /* * Copyright (c) 2004-2006 Bob Beck. All rights reserved. @@ -61,7 +61,6 @@ char *traplist_msg = "\"Your address %A has mailed to spamtraps here\\n\""; pid_t db_pid = -1; int pfdev; -int spamdconf; struct db_change { SLIST_ENTRY(db_change) entry; |