Date: Wed, 29 Jan 2003 04:30:59 -0800 (PST) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sysv_sem.c Message-ID: <200301291230.h0TCUxFf075073@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2003/01/29 04:30:59 PST Modified files: sys/kern sysv_sem.c Log: Fix two fatal signedness errors introduced when i and j in semop() were changed from int to size_t in the previous revision. PR: 47625 Revision Changes Path 1.59 +6 -5 src/sys/kern/sysv_sem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301291230.h0TCUxFf075073>