Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/mips Disable ntohl/htonl due to duplication in...



details:   https://anonhg.NetBSD.org/src/rev/4725713feafd
branches:  trunk
changeset: 471930:4725713feafd
user:      ad <ad%NetBSD.org@localhost>
date:      Thu Apr 15 15:30:46 1999 +0000

description:
Disable ntohl/htonl due to duplication in libkern/arch/mips.

diffstat:

 sys/arch/mips/mips/locore.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ffaaee85a93a -r 4725713feafd sys/arch/mips/mips/locore.S
--- a/sys/arch/mips/mips/locore.S       Thu Apr 15 15:21:41 1999 +0000
+++ b/sys/arch/mips/mips/locore.S       Thu Apr 15 15:30:46 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.S,v 1.68 1999/03/30 17:34:55 soda Exp $ */
+/*     $NetBSD: locore.S,v 1.69 1999/04/15 15:30:46 ad Exp $   */
 
 /*
  * Copyright (c) 1992, 1993
@@ -850,7 +850,7 @@
        move    a1, v0
 #endif
 
-#if 1
+#if 0
 /*
  * netorder = htonl(hostorder)
  * hostorder = ntohl(netorder)



Home | Main Index | Thread Index | Old Index