Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!necntc!ames!sdcsvax!ucbvax!hplabs!hpcea!hpfcdc!rml From: rml@hpfcdc.HP.COM (Bob Lenk) Newsgroups: comp.lang.c Subject: Re: Follow-up on my Pet Peeve #1473 Message-ID: <5080006@hpfcdc.HP.COM> Date: Wed, 23-Sep-87 15:56:30 EDT Article-I.D.: hpfcdc.5080006 Posted: Wed Sep 23 15:56:30 1987 Date-Received: Sat, 26-Sep-87 19:30:15 EDT References: <9118@brl-adm.ARPA> Organization: HP Ft. Collins, Co. Lines: 10 >Maybe I am missing something here... I see how easy it would be to >insert the code to output the error number, but why bother? If perror >doesn't know what the error is, (meaning, the number is greater than sys_nerr), >what good will knowing the number do you? WHERE ARE YOU GOING TO LOOK IT UP? It's quite possible that the program was compiled and linked under an older system, when sys_nerr was smaller, but run on a newer system that defines (and presumably documents) new errors. Bob Lenk (hpfcla!rml)