summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2008-11-15 04:38:10 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2008-11-15 04:38:10 +0000
commit7db286411e6127edcdd31f558ac20de5c63055b0 (patch)
treea9b075daeae4e94c3011c78159d7b4f2b1231341
parente8e0e5823adff1aed6bf456d75e58353e6dcf68e (diff)
Notes
-rw-r--r--src/sendmail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sendmail.h b/src/sendmail.h
index 88607e684ae0b..b6b231d844ef2 100644
--- a/src/sendmail.h
+++ b/src/sendmail.h
@@ -2642,7 +2642,7 @@ extern void unsetenv __P((char *));
/* update file system information: +/- some blocks */
#if SM_CONF_SHM
-extern void upd_qs __P((ENVELOPE *, bool, bool, char *));
+extern void upd_qs __P((ENVELOPE *, int, int, char *));
# define updfs(e, count, space, where) upd_qs(e, count, space, where)
#else /* SM_CONF_SHM */
# define updfs(e, count, space, where)