summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/parser.h
diff options
context:
space:
mode:
authorJacek Masiulaniec <jacekm@cvs.openbsd.org>2010-06-01 19:47:10 +0000
committerJacek Masiulaniec <jacekm@cvs.openbsd.org>2010-06-01 19:47:10 +0000
commitd481f4e5ff358273fff595ce92426d61e61f20ef (patch)
tree549f1b72b9d56ecb755a3a41b8249d6e1a46528d /usr.sbin/smtpd/parser.h
parentfdc0afec05f06bcbcb993907421d9070c9987324 (diff)
New queue doesn't compile on gcc2, back out. Spotted by deraadt@
Diffstat (limited to 'usr.sbin/smtpd/parser.h')
-rw-r--r--usr.sbin/smtpd/parser.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/parser.h b/usr.sbin/smtpd/parser.h
index 88142c943e9..d481e19a44c 100644
--- a/usr.sbin/smtpd/parser.h
+++ b/usr.sbin/smtpd/parser.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.h,v 1.11 2010/05/31 23:38:56 jacekm Exp $ */
+/* $OpenBSD: parser.h,v 1.12 2010/06/01 19:47:09 jacekm Exp $ */
/*
* Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -26,7 +26,6 @@ enum actions {
LOG_VERBOSE,
LOG_BRIEF,
SHOW_QUEUE,
- SHOW_QUEUE_RAW,
SHOW_RUNQUEUE,
SHOW_STATS,
PAUSE_MDA,