summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorEric Faurot <eric@cvs.openbsd.org>2011-07-13 14:52:22 +0000
committerEric Faurot <eric@cvs.openbsd.org>2011-07-13 14:52:22 +0000
commita183c0ae6a1621e0e47b92bd3818617a8bf3dffd (patch)
tree8c314b7884b0d34ca707d9b4caff62de29da1c2c /usr.sbin
parentac56c8387256b7dfd1d6b22289c96b515e9f2966 (diff)
do not make these values look like they are flags.
ok gilles@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/smtpd/asr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/asr.h b/usr.sbin/smtpd/asr.h
index eb967592c81..348c4910ec7 100644
--- a/usr.sbin/smtpd/asr.h
+++ b/usr.sbin/smtpd/asr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: asr.h,v 1.4 2011/03/27 17:39:17 eric Exp $ */
+/* $OpenBSD: asr.h,v 1.5 2011/07/13 14:52:21 eric Exp $ */
/*
* Copyright (c) 2010,2011 Eric Faurot <eric@openbsd.org>
*
@@ -27,8 +27,8 @@ enum {
ASR_DONE
};
-#define ASR_READ 0x01
-#define ASR_WRITE 0x02
+#define ASR_READ 1
+#define ASR_WRITE 2
#define ASR_NOREC 0x01