PERFORCE change 34810 for review

Peter Wemm peter at FreeBSD.org
Mon Jul 21 20:05:43 PDT 2003


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

Change 34810 by peter at peter_hammer on 2003/07/21 20:04:57

	prepare for commit

Affected files ...

.. //depot/projects/hammer/lib/libc/amd64/gen/fpgetmask.c#2 edit
.. //depot/projects/hammer/lib/libc/amd64/gen/fpgetprec.c#2 edit
.. //depot/projects/hammer/lib/libc/amd64/gen/fpgetround.c#2 edit
.. //depot/projects/hammer/lib/libc/amd64/gen/fpgetsticky.c#2 edit
.. //depot/projects/hammer/lib/libc/amd64/gen/fpsetmask.c#2 edit
.. //depot/projects/hammer/lib/libc/amd64/gen/fpsetprec.c#2 edit
.. //depot/projects/hammer/lib/libc/amd64/gen/fpsetround.c#2 edit
.. //depot/projects/hammer/lib/libc/amd64/gen/fpsetsticky.c#2 edit

Differences ...

==== //depot/projects/hammer/lib/libc/amd64/gen/fpgetmask.c#2 (text+ko) ====

@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 #define __IEEEFP_NOINLINES__ 1
 #include <ieeefp.h>
 

==== //depot/projects/hammer/lib/libc/amd64/gen/fpgetprec.c#2 (text+ko) ====

@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 #define __IEEEFP_NOINLINES__ 1
 #include <ieeefp.h>
 

==== //depot/projects/hammer/lib/libc/amd64/gen/fpgetround.c#2 (text+ko) ====

@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 #define __IEEEFP_NOINLINES__ 1
 #include <ieeefp.h>
 

==== //depot/projects/hammer/lib/libc/amd64/gen/fpgetsticky.c#2 (text+ko) ====

@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 #define __IEEEFP_NOINLINES__ 1
 #include <ieeefp.h>
 

==== //depot/projects/hammer/lib/libc/amd64/gen/fpsetmask.c#2 (text+ko) ====

@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 #define __IEEEFP_NOINLINES__ 1
 #include <ieeefp.h>
 

==== //depot/projects/hammer/lib/libc/amd64/gen/fpsetprec.c#2 (text+ko) ====

@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 #define __IEEEFP_NOINLINES__ 1
 #include <ieeefp.h>
 

==== //depot/projects/hammer/lib/libc/amd64/gen/fpsetround.c#2 (text+ko) ====

@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 #define __IEEEFP_NOINLINES__ 1
 #include <ieeefp.h>
 

==== //depot/projects/hammer/lib/libc/amd64/gen/fpsetsticky.c#2 (text+ko) ====

@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 #define __IEEEFP_NOINLINES__ 1
 #include <ieeefp.h>
 


More information about the p4-projects mailing list