Path: utzoo!attcan!uunet!auspex!guy From: guy@auspex.UUCP (Guy Harris) Newsgroups: comp.sources.d Subject: Re: Inapproprtiae ioctl for user (Re: Comments on INSERT.c) Message-ID: <852@auspex.UUCP> Date: 16 Jan 89 19:50:29 GMT References: <308@twwells.uucp> <846@auspex.UUCP> <2741@ficc.uu.net> Reply-To: guy@auspex.UUCP (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 9 >The exact code to fix the problem is different, but the place to look >is the same. No, it isn't. In the "fprintf"/"perror" case, the problem is localized to those two calls. In the "sendmail" case, the problem is scattered throughout the code (and, in recent versions of "sendmail", so is the fix - "errno = 0" statements are liberally sprinkled throughout the source). You have to look at more than just the routine that produces the error message....