Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 Apollo 11/21/85; site apollo.uucp Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!wanginst!apollo!rees From: rees@apollo.uucp (Jim Rees) Newsgroups: net.unix-wizards Subject: Re: UNIX Futures Message-ID: <2c41f9db.1de6@apollo.uucp> Date: Sun, 2-Mar-86 15:46:14 EST Article-I.D.: apollo.2c41f9db.1de6 Posted: Sun Mar 2 15:46:14 1986 Date-Received: Tue, 4-Mar-86 02:19:59 EST References: <3289@sun.uucp> Organization: Apollo Computer, Chelmsford, Mass. Lines: 17 Let's not lose perspective by emphasizing differences between 4 BSD and System V. The two UNIX variants are at least 95% similar. I don't buy it. One of our marketing guys actually counted up the number of programs, library calls, and system calls that are identical in both variants of unix, how many have the same name but do different things (setpgrp, for example), and how many exist in only one variant. I don't remember the exact percentage of those things that are the same in both variants, but it was nowhere near 95%. The most commonly used command on many unix machines is 'ls', and look at how different that is. When was the last time you saw a C program over 500 lines long that would compile and run under both variants with no changes or conditional code? The differences are big enough to be a pain in the neck. I would sure like to see them resolved.