Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!ames!ucbcad!ucbvax!decvax!decwrl!sun!gorodish!guy From: guy@gorodish.UUCP Newsgroups: comp.arch,comp.lang.c Subject: Re: String Handling and run-time libraries Message-ID: <16129@sun.uucp> Date: Fri, 3-Apr-87 14:26:26 EST Article-I.D.: sun.16129 Posted: Fri Apr 3 14:26:26 1987 Date-Received: Sun, 5-Apr-87 06:44:17 EST References: <15292@amdcad.UUCP> <978@ames.UUCP> <15694@sun.uucp> Sender: news@sun.uucp Reply-To: guy@sun.UUCP (Guy Harris) Organization: Sun Microsystems, Mountain View Lines: 16 Xref: utgpu comp.arch:773 comp.lang.c:1456 Summary: Brain-damanged news software doesn't let you cancel things NNTP and article cancellation don't seem to work together; I don't know if the problem is that the local "rn" and "vnews" are stupid and don't understand how to tell when an article is yours, or the NNTP software is stupid and doesn't understand this. So.... >(Note that S5R3 shared memory can't be write-protected; >this may have had something to do with their decision not to use >it....) Not true; it can be write-protected, so that probably wasn't what made them decide not to use it. There may have been other problems; e.g., using S5 shared memory would require the C startup code to find and map in the library, and they may not have wanted to do that, or they may have decided it was too much work to arrange that the library be mapped in at a particular address (which their shared library implementation requires).