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/sys Pull up rev. 1.107 (approved by thorpej):



details:   https://anonhg.NetBSD.org/src/rev/0a70f44c9be6
branches:  netbsd-1-5
changeset: 489592:0a70f44c9be6
user:      kleink <kleink%NetBSD.org@localhost>
date:      Fri Sep 29 09:08:09 2000 +0000

description:
Pull up rev. 1.107 (approved by thorpej):
Add internal name for pipe().

diffstat:

 lib/libc/sys/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e66635b6323c -r 0a70f44c9be6 lib/libc/sys/Makefile.inc
--- a/lib/libc/sys/Makefile.inc Fri Sep 29 09:07:47 2000 +0000
+++ b/lib/libc/sys/Makefile.inc Fri Sep 29 09:08:09 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.102.4.1 2000/08/22 07:53:07 kleink Exp $
+#      $NetBSD: Makefile.inc,v 1.102.4.2 2000/09/29 09:08:09 kleink Exp $
 #      @(#)Makefile.inc        8.3 (Berkeley) 10/24/94
 
 # sys sources
@@ -35,7 +35,7 @@
        timer_getoverrun.c
 
 # namespace purity wrappers
-SRCS+= _brk.c _fork.c _sbrk.c
+SRCS+= _brk.c _fork.c _pipe.c _sbrk.c
 
 # modules with default implementations on all architectures:
 ASM=   accept.o access.o acct.o adjtime.o bind.o chdir.o chflags.o \



Home | Main Index | Thread Index | Old Index