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.2->1.3 (simonb)



details:   https://anonhg.NetBSD.org/src/rev/6f39546abb75
branches:  netbsd-1-4
changeset: 468502:6f39546abb75
user:      perry <perry%NetBSD.org@localhost>
date:      Tue Apr 27 00:21:31 1999 +0000

description:
pullup 1.2->1.3 (simonb)

diffstat:

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

diffs (22 lines):

diff -r 048f99f82cc3 -r 6f39546abb75 sys/lib/libkern/arch/mips/byte_swap_2.S
--- a/sys/lib/libkern/arch/mips/byte_swap_2.S   Tue Apr 27 00:13:56 1999 +0000
+++ b/sys/lib/libkern/arch/mips/byte_swap_2.S   Tue Apr 27 00:21:31 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: byte_swap_2.S,v 1.2 1999/03/17 13:31:43 simonb Exp $   */
+/*     $NetBSD: byte_swap_2.S,v 1.2.2.1 1999/04/27 00:21:31 perry Exp $        */
 
 /*-
  * Copyright (c) 1991, 1993
@@ -40,10 +40,10 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
        ASMSTR("from: @(#)htons.s       8.1 (Berkeley) 6/4/93")
-       ASMSTR("$NetBSD: byte_swap_2.S,v 1.2 1999/03/17 13:31:43 simonb Exp $")
+       ASMSTR("$NetBSD: byte_swap_2.S,v 1.2.2.1 1999/04/27 00:21:31 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