diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2008-11-15 04:38:10 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2008-11-15 04:38:10 +0000 |
commit | 3fcf33f21197c2c6b7eb494f7b6d5737cb7a492c (patch) | |
tree | a9b075daeae4e94c3011c78159d7b4f2b1231341 /src | |
parent | c45cc753d02312126aed1adb6c5dd2521bfe9897 (diff) | |
download | FreeBSD-src-3fcf33f21197c2c6b7eb494f7b6d5737cb7a492c.zip FreeBSD-src-3fcf33f21197c2c6b7eb494f7b6d5737cb7a492c.tar.gz |
Bring in a change already in the sendmail repository that
will allow sendmail to be built with the c99 compiler.
Submitted by: rdivacky
Diffstat (limited to 'src')
-rw-r--r-- | src/sendmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sendmail.h b/src/sendmail.h index 88607e6..b6b231d 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) |