From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 16 Apr 1996 18:35:56 -0400 From: Min Huang mhuang@CS.Cornell.EDU Subject: Unix and Plan9 Topicbox-Message-UUID: 43fd0b9c-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19960416223556.cLvX14a4fELIYuCjZTMlrM-kKmOZdsPSNgJIf4JTbpw@z> The system I am porting is the distributed toolkit for easy implementing distributed application on Unix. The system is built on the top of Unix. We built a MUTS layer on top of Unix which This implements the BSD internet interface for HORUS. It can handle IP, * UDP, UDP broadcast, and the Deering variations of IP and UDP. The system use unix ioctl to get network information. I am trying to use plan9 ape pcc to make it run on plan9.