Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jun 2006 20:43:59 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 100231 for review
Message-ID:  <200606282043.k5SKhxU3050117@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=100231

Change 100231 by jhb@jhb_mutex on 2006/06/28 20:43:32

	Don't copyin the shmid for IPC_RMID.  ibcs2 and the base system
	don't copy one in and the base system won't use it anyway.

Affected files ...

.. //depot/projects/smpng/sys/compat/svr4/svr4_ipc.c#16 edit

Differences ...

==== //depot/projects/smpng/sys/compat/svr4/svr4_ipc.c#16 (text+ko) ====

@@ -654,7 +654,6 @@
 	if (uap->buf != NULL) {
 		switch (uap->cmd) {
 		case SVR4_IPC_SET:
-		case SVR4_IPC_RMID:
 		case SVR4_SHM_LOCK:
 		case SVR4_SHM_UNLOCK:
 			error = copyin(uap->buf, &ss, sizeof(ss));



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606282043.k5SKhxU3050117>