Source-Changes-HG archive

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

[src/netbsd-1-5]: src/lib/libc/arch/ns32k/sys Pull up rev. 1.5 (approved by t...



details:   https://anonhg.NetBSD.org/src/rev/4d10a4da75d2
branches:  netbsd-1-5
changeset: 489654:4d10a4da75d2
user:      kleink <kleink%NetBSD.org@localhost>
date:      Tue Oct 03 09:43:46 2000 +0000

description:
Pull up rev. 1.5 (approved by thorpej):
Fix _SYSCALL() argument order botch in previous.

diffstat:

 lib/libc/arch/ns32k/sys/pipe.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 0c1e40ac86bd -r 4d10a4da75d2 lib/libc/arch/ns32k/sys/pipe.S
--- a/lib/libc/arch/ns32k/sys/pipe.S    Tue Oct 03 09:43:05 2000 +0000
+++ b/lib/libc/arch/ns32k/sys/pipe.S    Tue Oct 03 09:43:46 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pipe.S,v 1.3.12.1 2000/09/29 09:05:48 kleink Exp $     */
+/*     $NetBSD: pipe.S,v 1.3.12.2 2000/10/03 09:43:46 kleink Exp $     */
 
 /* 
  * Copyright (c) 1992 Helsinki University of Technology
@@ -24,10 +24,10 @@
 #include "SYS.h"
 
 #if defined(LIBC_SCCS)
-       RCSID("$NetBSD: pipe.S,v 1.3.12.1 2000/09/29 09:05:48 kleink Exp $")
+       RCSID("$NetBSD: pipe.S,v 1.3.12.2 2000/10/03 09:43:46 kleink Exp $")
 #endif
 
-_SYSCALL(pipe,_pipe)
+_SYSCALL(_pipe,pipe)
        movd    S_ARG0,r2
        movd    r0,0(r2)
        movd    r1,4(r2)



Home | Main Index | Thread Index | Old Index