Path: utzoo!attcan!uunet!ncrlnk!ncr-sd!crash!pnet01!jca From: jca@pnet01.cts.com (John C. Archambeau) Newsgroups: comp.sys.ibm.pc Subject: XBBS (for V7) Message-ID: <4408@crash.cts.com> Date: 18 Jun 89 06:36:28 GMT Sender: news@crash.cts.com Organization: People-Net [pnet01], El Cajon CA Lines: 28 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 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 }