diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-08-10 04:37:24 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-08-10 04:37:24 +0000 |
commit | 577b7ba3dc5f289a70bbb7d08a1560ef573bc2b9 (patch) | |
tree | 41cfc5b4466f5f338d0d8ee1087b07dd6b94631d /mail/sendmail/files | |
parent | d3aeaf251bbe7ca8645ec7726142dbdc8a9c7278 (diff) | |
download | FreeBSD-ports-577b7ba3dc5f289a70bbb7d08a1560ef573bc2b9.zip FreeBSD-ports-577b7ba3dc5f289a70bbb7d08a1560ef573bc2b9.tar.gz |
- update to 8.13.8.
Diffstat (limited to 'mail/sendmail/files')
-rw-r--r-- | mail/sendmail/files/patch-queue.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/mail/sendmail/files/patch-queue.c b/mail/sendmail/files/patch-queue.c deleted file mode 100644 index 3c05926..0000000 --- a/mail/sendmail/files/patch-queue.c +++ /dev/null @@ -1,18 +0,0 @@ -Index: queue.c -=================================================================== -RCS file: /cvs/sendmail/queue.c,v -retrieving revision 8.954 -retrieving revision 8.954.2.2 -diff -u -r8.954 -r8.954.2.2 ---- sendmail/queue.c 22 Apr 2006 01:07:00 -0000 8.954 -+++ sendmail/queue.c 14 Jun 2006 21:50:56 -0000 8.954.2.2 -@@ -6695,8 +6695,7 @@ - static time_t nextupdate = 0; - - #if SM_CONF_SHM -- /* only the daemon updates this structure */ -- if (ShmId == SM_SHM_NO_ID || DaemonPid != CurrentPid) -+ if (ShmId == SM_SHM_NO_ID && DaemonPid != CurrentPid) - return; - #endif /* SM_CONF_SHM */ - now = curtime(); |