Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!brl-tgr!tgr!gwyn@Brl.ARPA From: gwyn@Brl.ARPA (VLD/VMB) Newsgroups: net.unix-wizards Subject: Re: Xenix286 Wonders, Bugs, and Patches... Message-ID: <10553@brl-tgr.ARPA> Date: Thu, 9-May-85 16:38:31 EDT Article-I.D.: brl-tgr.10553 Posted: Thu May 9 16:38:31 1985 Date-Received: Sat, 11-May-85 08:27:27 EDT Sender: news@brl-tgr.ARPA Lines: 6 You will undoubtedly get a dozen messages saying this, but there is a world of difference between assigning 0 to a pointer (or testing a pointer against 0) and passing an (int)0 to a function where a (whatever *)0 is required. The latter is not only not guaranteed to work, it is guaranteed NOT to work on machines with different sizes for (int) and (whatever *).