[comp.sys.ibm.pc] XBBS

jca@pnet01.cts.com (John C. Archambeau) (07/22/89)

In the Sep 18, 1988 Info-IBMPC Digest there was a reference mentioned about
XBBS.  What I am interested in acquiring is the Unix V7 or BSD source code for
XBBS.  I know there's SysV source out there, but I really don't want to do the
C library conversions since they involve the least portable functions (termio 
and ioctl).  My Unix account with ftp access is killed midnight, June 20th, so
if somebody can provide an ftp-able archive that has XBBS for Unix V7, I would
be most appreciative.

 /*--------------------------------------------------------------------------*
  * Flames: /dev/null (on my Minix partition)
  *--------------------------------------------------------------------------*
  * APRA  : crash!pnet01!jca@nosc.mil
  * INET  : jca@pnet01.cts.com
  * UUCP  : {nosc ucsd hplabs!hd-sdd}!crash!pnet01!jca
  *--------------------------------------------------------------------------*/
  
#include <disclaimer.h>

void main (void)
{

#if defined (MSDOS) || defined (OS2) || defined (VMS)
 printf ("You call that an operating system???\n");
#else
 printf ("Unix might not be perfect...\n");
 printf ("  ...but it's the best I've seen thus far...\n");
#endif
}