Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site hou3c.UUCP Path: utzoo!watmath!clyde!akgua!mcnc!decvax!harpo!ihnp4!houxm!hocda!hou3c!ka From: ka@hou3c.UUCP (Kenneth Almquist) Newsgroups: net.unix-wizards Subject: Re: Type of brk(2) return value Message-ID: <567@hou3c.UUCP> Date: Sun, 13-May-84 18:23:11 EDT Article-I.D.: hou3c.567 Posted: Sun May 13 18:23:11 1984 Date-Received: Tue, 15-May-84 05:43:12 EDT References: <488@sri-arpa.UUCP> Organization: Bell Labs, Holmdel, NJ Lines: 5 Brk() used to return the old break value if it succeeded and -1 if it failed, just like sbrk(). In system III, it was changed to return either 0 or -1. Apparently Berkeley made the same change, and simply neglected to change the declaration on the manual page to int. Kenneth Almquist