From: Brian A. LaMacchia Date: Tue, 24 Aug 1993 18:21:44 +0000 (+0000) Subject: Added files uxyp.c and uxyp.h, BAL's RPC Yellow Pages code X-Git-Tag: 20090517-FFI~7990 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e721bb11f7323a0615786a776b300d5d81f3c6b4;p=mit-scheme.git Added files uxyp.c and uxyp.h, BAL's RPC Yellow Pages code --- diff --git a/v7/src/microcode/unxutl/ymkfile b/v7/src/microcode/unxutl/ymkfile index f0742da52..9e5a861bc 100644 --- a/v7/src/microcode/unxutl/ymkfile +++ b/v7/src/microcode/unxutl/ymkfile @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: ymkfile,v 1.75 1993/08/21 04:59:54 gjr Exp $ +$Id: ymkfile,v 1.76 1993/08/24 18:21:44 bal Exp $ Copyright (c) 1989-1993 Massachusetts Institute of Technology @@ -453,7 +453,8 @@ uxterm.c \ uxtop.c \ uxtrap.c \ uxtty.c \ -uxutil.c +uxutil.c \ +uxyp.c OS_PRIM_SOURCES = \ prosenv.c \ @@ -536,7 +537,8 @@ uxterm.o \ uxtop.o \ uxtrap.o \ uxtty.o \ -uxutil.o +uxutil.o \ +uxyp.o OS_PRIM_OBJECTS = \ prosenv.o \ @@ -777,6 +779,7 @@ uxtop.o : ostop.h uxtop.h osctty.h uxutil.h errors.h option.h uxtrap.o : scheme.tch uxtrap.h uxutil.h option.h $(GC_HEAD_FILES) uxtty.o : ostty.h osenv.h osio.h uxio.h osterm.h uxterm.h uxutil.o : uxutil.h +uxyp.o : uxyp.h pruxfs.o : osfs.h pruxio.o : osio.h uxselect.h pruxsock.o : osio.h uxsock.h