Module Name: src
Committed By: rillig
Date: Sat Jun 15 11:44:09 UTC 2024
Modified Files:
src/sys/arch/m68k/include: float.h
src/sys/arch/x86/include: float.h
Log Message:
{m68k,x86}/float.h: fix cross references
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/m68k/include/float.h
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/x86/include/float.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/m68k/include/float.h
diff -u src/sys/arch/m68k/include/float.h:1.22 src/sys/arch/m68k/include/float.h:1.23
--- src/sys/arch/m68k/include/float.h:1.22 Sun Dec 31 04:20:40 2023
+++ src/sys/arch/m68k/include/float.h Sat Jun 15 11:44:09 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: float.h,v 1.22 2023/12/31 04:20:40 dholland Exp $ */
+/* $NetBSD: float.h,v 1.23 2024/06/15 11:44:09 rillig Exp $ */
#ifndef _M68K_FLOAT_H_
#define _M68K_FLOAT_H_
@@ -23,7 +23,7 @@
* in particular and pp. 3-2 to 3-5 in general.
*
* If anyone needs to update this comment please make sure the copy in
- * m68k/float.h also gets updated.
+ * x86/include/float.h also gets updated.
*/
#if defined(__LDBL_MANT_DIG__)
Index: src/sys/arch/x86/include/float.h
diff -u src/sys/arch/x86/include/float.h:1.7 src/sys/arch/x86/include/float.h:1.8
--- src/sys/arch/x86/include/float.h:1.7 Sun Dec 31 04:20:40 2023
+++ src/sys/arch/x86/include/float.h Sat Jun 15 11:44:09 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: float.h,v 1.7 2023/12/31 04:20:40 dholland Exp $ */
+/* $NetBSD: float.h,v 1.8 2024/06/15 11:44:09 rillig Exp $ */
#ifndef _X86_FLOAT_H_
#define _X86_FLOAT_H_
@@ -25,7 +25,7 @@
* in particular and pp. 3-2 to 3-5 in general.
*
* If anyone needs to update this comment please make sure the copy in
- * x86/float.h also gets updated.
+ * m68k/include/float.h also gets updated.
*/
#define LDBL_MANT_DIG 64