Date: Sat, 23 Feb 2008 22:42:21 GMT From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 136043 for review Message-ID: <200802232242.m1NMgLck045204@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=136043 Change 136043 by marcel@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802232242.m1NMgLck045204>