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/m68k/sys Pull up rev. 1.5 (approved by th...
details: https://anonhg.NetBSD.org/src/rev/0c1e40ac86bd
branches: netbsd-1-5
changeset: 489653:0c1e40ac86bd
user: kleink <kleink%NetBSD.org@localhost>
date: Tue Oct 03 09:43:05 2000 +0000
description:
Pull up rev. 1.5 (approved by thorpej):
Fix whitespace botch in previous.
diffstat:
lib/libc/arch/m68k/sys/pipe.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 4410252f919d -r 0c1e40ac86bd lib/libc/arch/m68k/sys/pipe.S
--- a/lib/libc/arch/m68k/sys/pipe.S Tue Oct 03 03:17:20 2000 +0000
+++ b/lib/libc/arch/m68k/sys/pipe.S Tue Oct 03 09:43:05 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pipe.S,v 1.3.6.1 2000/09/29 09:05:18 kleink Exp $ */
+/* $NetBSD: pipe.S,v 1.3.6.2 2000/10/03 09:43:05 kleink Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -43,7 +43,7 @@
#if 0
RCSID("from: @(#)pipe.s 5.1 (Berkeley) 5/12/90")
#else
- RCSID("$NetBSD: pipe.S,v 1.3.6.1 2000/09/29 09:05:18 kleink Exp $")
+ RCSID("$NetBSD: pipe.S,v 1.3.6.2 2000/10/03 09:43:05 kleink Exp $")
#endif
#endif /* LIBC_SCCS and not lint */
@@ -51,7 +51,7 @@
WEAK_ALIAS(pipe, _pipe)
#endif
-_SYSCALL(_pipe, pipe)
+_SYSCALL(_pipe,pipe)
movl %sp@(4),%a0
movl %d0,%a0@+
movl %d1,%a0@
Home |
Main Index |
Thread Index |
Old Index