From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.clark.net ([168.143.0.10]) by hawkwind.utcs.utoronto.ca with SMTP id <24628>; Thu, 6 Mar 1997 10:22:29 -0500 Received: from explorer2.clark.net (culliton@explorer2.clark.net [168.143.0.5]) by mail.clark.net (8.8.5/8.6.5) with ESMTP id KAA15168; Thu, 6 Mar 1997 10:21:43 -0500 (EST) From: Tom Culliton Received: (from culliton@localhost) by explorer2.clark.net (8.8.5/8.7.1) id KAA24301; Thu, 6 Mar 1997 10:22:09 -0500 (EST) Date: Thu, 6 Mar 1997 10:22:09 -0500 Message-Id: <199703061522.KAA24301@explorer2.clark.net> To: Uhl@rrz.Uni-Koeln.DE Cc: rc@hawkwind.utcs.toronto.edu Subject: Re: RC => POSIX > From: Malte Uhl > > And that's exactly his point! Why use BSD or SysV semantics when you can do > it posixly correct? Uhm... So it'll work on those systems which don't have Posix support? After all, the whole point of #if's for portability is... PORTABILITY! To do wonderful new Posix rewrite of rc for "Posix" systems so it suddenly doesn't work on all the old BSD and SysV systems that it has worked on "all along" would be pretty darned silly in my opinion. I've had to work on and port code to, too many "backwards" systems to leave somebody else swinging in the wind like that. Tom