PERFORCE change 136043 for review

Marcel Moolenaar marcel at FreeBSD.org
Sat Feb 23 22:42:21 UTC 2008


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

Change 136043 by marcel at marcel_xcllnt on 2008/02/23 22:41:43

	Resolve merge fodder.

Affected files ...

.. //depot/projects/e500/sys/libkern/cmpdi2.c#3 edit

Differences ...

==== //depot/projects/e500/sys/libkern/cmpdi2.c#3 (text+ko) ====

@@ -32,12 +32,14 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/libkern/cmpdi2.c,v 1.8 2008/02/23 20:10:49 marcel Exp $");
 
 #include <libkern/quad.h>
 
 /*
  * Return 0, 1, or 2 as a <, =, > b respectively.
+ * Both a and b are considered signed---which means only the high word is
+ * signed.
  */
 int
 __cmpdi2(a, b)


More information about the p4-projects mailing list