PERFORCE change 214309 for review

Brooks Davis brooks at FreeBSD.org
Thu Jul 12 22:47:21 UTC 2012


http://p4web.freebsd.org/@@214309?ac=10

Change 214309 by brooks at brooks_ecr_current on 2012/07/12 22:46:20

	Exit with status 99 so we can detect that wr was execed.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/ctsrd/wr/wr.c#2 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/ctsrd/wr/wr.c#2 (text+ko) ====

@@ -43,5 +43,5 @@
 	for (i = 0; i < fb_width * fb_height; i++)
 		pfbp[i] = pfbp[i] | 0xff00;
 
-	return (0);
+	return (99);
 }


More information about the p4-projects mailing list