diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-02-28 02:43:57 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-02-28 02:43:57 +0000 |
commit | dcf623472bc9963a885e9117fe0db7567e4bf4f0 (patch) | |
tree | 03a753524b111df1ba3f86da7fcb61c5a1e52c1a /gnu/usr.sbin/sendmail/mailstats | |
parent | 3ac8563baefed0d06c236cb4e2f9cede71e6c959 (diff) |
Update to sendmail 8.11.3. This is a maintenance release which
contains bug fixes for problems found after 8.11.2 was released.
Systems which use buffered file I/O (like OpenBSD) were not properly
fsync()'ing the data (df) file. Although there is little chance
of data loss, this is an important fix.
Diffstat (limited to 'gnu/usr.sbin/sendmail/mailstats')
-rw-r--r-- | gnu/usr.sbin/sendmail/mailstats/mailstats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.sbin/sendmail/mailstats/mailstats.c b/gnu/usr.sbin/sendmail/mailstats/mailstats.c index 33cc299aed0..3e2b0a84ec1 100644 --- a/gnu/usr.sbin/sendmail/mailstats/mailstats.c +++ b/gnu/usr.sbin/sendmail/mailstats/mailstats.c @@ -21,7 +21,7 @@ static char copyright[] = #endif /* ! lint */ #ifndef lint -static char id[] = "@(#)$Sendmail: mailstats.c,v 8.53.16.11 2000/09/17 17:04:26 gshapiro Exp $"; +static char id[] = "@(#)$Sendmail: mailstats.c,v 8.53.16.12 2001/02/15 20:52:36 geir Exp $"; #endif /* ! lint */ #include <unistd.h> |