diff options
-rw-r--r-- | usr.sbin/smtpd/smtpd.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h index ab75dd46fb4..1307940452b 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.h,v 1.169 2010/02/17 13:47:31 gilles Exp $ */ +/* $OpenBSD: smtpd.h,v 1.170 2010/03/03 11:11:55 jacekm Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org> @@ -482,8 +482,7 @@ struct batch { FILE *mboxfp; FILE *datafp; - void *rbuf; - int rbufsz; + struct msgbuf w; int cleanup_parent; struct event ev; }; |