Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/lib/libc/arch/arm32/fplib pullup 1.2->1.3 (kleink): fix...
details: https://anonhg.NetBSD.org/src/rev/8d19e33b6cbc
branches: netbsd-1-4
changeset: 469145:8d19e33b6cbc
user: perry <perry%NetBSD.org@localhost>
date: Thu Jul 01 19:44:48 1999 +0000
description:
pullup 1.2->1.3 (kleink): fix namespace conflict
diffstat:
lib/libc/arch/arm32/fplib/fplib_libc.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r ebecb0643112 -r 8d19e33b6cbc lib/libc/arch/arm32/fplib/fplib_libc.c
--- a/lib/libc/arch/arm32/fplib/fplib_libc.c Thu Jul 01 19:44:38 1999 +0000
+++ b/lib/libc/arch/arm32/fplib/fplib_libc.c Thu Jul 01 19:44:48 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fplib_libc.c,v 1.2 1997/10/13 21:28:53 mark Exp $ */
+/* $NetBSD: fplib_libc.c,v 1.2.4.1 1999/07/01 19:44:48 perry Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -37,6 +37,7 @@
*/
#include <sys/types.h>
+#include "environment.h"
#include "softfloat.h"
void sfp_setround __P((int rnd_dir));
Home |
Main Index |
Thread Index |
Old Index