Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/lib/libkern/arch/mips pullup 1.3->1.4 (simonb)



details:   https://anonhg.NetBSD.org/src/rev/48efa9349442
branches:  netbsd-1-4
changeset: 468503:48efa9349442
user:      perry <perry%NetBSD.org@localhost>
date:      Tue Apr 27 00:22:08 1999 +0000

description:
pullup 1.3->1.4 (simonb)

diffstat:

 sys/lib/libkern/arch/mips/byte_swap_4.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 6f39546abb75 -r 48efa9349442 sys/lib/libkern/arch/mips/byte_swap_4.S
--- a/sys/lib/libkern/arch/mips/byte_swap_4.S   Tue Apr 27 00:21:31 1999 +0000
+++ b/sys/lib/libkern/arch/mips/byte_swap_4.S   Tue Apr 27 00:22:08 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: byte_swap_4.S,v 1.3 1999/03/17 13:31:43 simonb Exp $   */
+/*     $NetBSD: byte_swap_4.S,v 1.3.2.1 1999/04/27 00:22:08 perry Exp $        */
 
 /*-
  * Copyright (c) 1991, 1993
@@ -40,10 +40,10 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
        ASMSTR("from: @(#)htonl.s       8.1 (Berkeley) 6/4/93")
-       ASMSTR("$NetBSD: byte_swap_4.S,v 1.3 1999/03/17 13:31:43 simonb Exp $")
+       ASMSTR("$NetBSD: byte_swap_4.S,v 1.3.2.1 1999/04/27 00:22:08 perry Exp $")
 #endif /* LIBC_SCCS and not lint */
 
-#if defined(ABICALLS) && !defined(NO_ABICALLS)
+#if 0 && defined(ABICALLS)
        .abicalls
 #endif
 



Home | Main Index | Thread Index | Old Index