From xemacs-m  Wed Mar 12 16:47:16 1997
Received: from loiosh.kei.com (ckd@loiosh.kei.com [192.88.144.32])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id QAA13982
	for <xemacs-beta@xemacs.org>; Wed, 12 Mar 1997 16:47:15 -0600 (CST)
Received: (from ckd@localhost)
	by loiosh.kei.com (8.8.5/8.8.5) id RAA18373;
	Wed, 12 Mar 1997 17:46:11 -0500 (EST)
To: xemacs-beta@xemacs.org
Subject: BSD/OS 3.0 success (and a new bsdos3.h file)
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII
From: Christopher Davis <ckd@loiosh.kei.com>
Date: 12 Mar 1997 17:46:10 -0500
Message-ID: <w47mjchgp9.fsf@loiosh.kei.com>
X-Mailer: Gnus v5.4.25/XEmacs 19.15
X-Face:  I8Alb*-ZdjN\/8k_QR,^l^m6GQB'S-B:}DVP].1HOw#tx:TX$k;Wl;4zqjWR|-jheM#?
 &beR<z=pG{]"563AA5pml2_[f:k>f(!|0<U[iwGMH"Z(rIqt9rGO*^KRV6^ej+*37UKHhC%+"
 7T>b0m=M~=%.Am>"QEY.(#Ys.%"s?z,hmwp&y0%p>9+T
X-Attribution: ckd

Compiles and runs using this as "src/s/bsdos3.h" (instead of bsdos2-1.h):

Obviously configure and configure.in need a change too.

Including -lipc probably doesn't harm anything, but by the principle of
minimal linking, this should be "better".

================================================================
/* Synched up with: not in FSF. */

/* s/ file for BSDI BSD/OS 3.0 system. */

/* unlike BSD/OS 2.1, 3.0 does not require -lipc */
#include "bsdos2.h"
================================================================

