Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2003 20:05:40 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 34810 for review
Message-ID:  <200307220305.h6M35eoc031743@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=34810

Change 34810 by peter@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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307220305.h6M35eoc031743>