summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/libsm/t-shm.c
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2004-08-01 01:04:57 +0000
committergshapiro <gshapiro@FreeBSD.org>2004-08-01 01:04:57 +0000
commit1fc446a819a244515d9461fa50d34ee191414d6f (patch)
treef6477ae85b00ee6d58b086b0d1d597dd9a403391 /contrib/sendmail/libsm/t-shm.c
parent238623a0204c90e8d61dbde7b3b499a5036f2e5d (diff)
downloadFreeBSD-src-1fc446a819a244515d9461fa50d34ee191414d6f.zip
FreeBSD-src-1fc446a819a244515d9461fa50d34ee191414d6f.tar.gz
Import sendmail 8.13.1
Diffstat (limited to 'contrib/sendmail/libsm/t-shm.c')
-rw-r--r--contrib/sendmail/libsm/t-shm.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/sendmail/libsm/t-shm.c b/contrib/sendmail/libsm/t-shm.c
index 5da07c1..b20040a 100644
--- a/contrib/sendmail/libsm/t-shm.c
+++ b/contrib/sendmail/libsm/t-shm.c
@@ -8,7 +8,7 @@
*/
#include <sm/gen.h>
-SM_RCSID("@(#)$Id: t-shm.c,v 1.18 2002/01/31 04:11:41 ca Exp $")
+SM_RCSID("@(#)$Id: t-shm.c,v 1.19 2004/04/20 23:14:21 ca Exp $")
#include <stdio.h>
@@ -45,7 +45,7 @@ shminter(owner)
bool owner;
{
int *shm, shmid;
- int i, j, t;
+ int i, t;
shm = (int *) sm_shmstart(T_SHMKEY, SHMSIZE, 0, &shmid, owner);
if (shm == (int *) 0)
@@ -74,7 +74,6 @@ shminter(owner)
t = *shm;
for (i = 0; i < SHM_MAX; i++)
{
- j += i;
++*shm;
}
if (*shm != SHM_MAX + t)
OpenPOWER on IntegriCloud