From 476228659f3f241ba8be1db8703b14c5f443082a Mon Sep 17 00:00:00 2001 From: gshapiro Date: Mon, 14 Feb 2005 03:04:18 +0000 Subject: Commit patch from sendmail.org web site for socket close bug: http://www.sendmail.org/patches/close_wait.p2 This is being put in the vendor branch as it is in the vendor's repo. --- contrib/sendmail/src/sendmail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/sendmail/src/sendmail.h') diff --git a/contrib/sendmail/src/sendmail.h b/contrib/sendmail/src/sendmail.h index 673cee5..370fae8 100644 --- a/contrib/sendmail/src/sendmail.h +++ b/contrib/sendmail/src/sendmail.h @@ -728,6 +728,7 @@ MCI /* functions */ extern void mci_cache __P((MCI *)); +extern void mci_close __P((MCI *, char *where)); extern void mci_dump __P((SM_FILE_T *, MCI *, bool)); extern void mci_dump_all __P((SM_FILE_T *, bool)); extern void mci_flush __P((bool, MCI *)); -- cgit v1.1