PERFORCE change 100933 for review

John Baldwin jhb at FreeBSD.org
Fri Jul 7 20:04:31 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=100933

Change 100933 by jhb at jhb_mutex on 2006/07/07 20:03:33

	Gah.

Affected files ...

.. //depot/projects/smpng/sys/kern/sysv_sem.c#40 edit

Differences ...

==== //depot/projects/smpng/sys/kern/sysv_sem.c#40 (text+ko) ====

@@ -678,7 +678,7 @@
 #endif
 
 	error = 0;
-	rval = 0;
+	*rval = 0;
 
 	switch (cmd) {
 	case IPC_RMID:


More information about the p4-projects mailing list