9fans archive / 1996 / 04 / 64 / prev next From: Min Huang mhuang@CS.... Subject: combine plan9 and unix Date: Mon, 15 Apr 1996 19:35:26 -0400 Because ipinfo() will info about sys config, for safety, I don't mix plan9 and unix into one program. My approach is that I put the plan9 file in one file, which use ipinfo() to get network info into commond data structure. then unix file will access the same data structure to get the info. Do you think it will work? Thank you Stanley