Date: Sat, 27 Feb 1999 16:47:59 -0800 From: "Jordan K. Hubbard" <jkh@zippy.cdrom.com> To: "Daniel C. Sobral" <dcs@newsguy.com> Cc: Andrzej Bialecki <abial@nask.pl>, "Jordan K. Hubbard" <jkh@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/kget Makefile kget.8 kget.c Message-ID: <19631.920162879@zippy.cdrom.com> In-Reply-To: Your message of "Sun, 28 Feb 1999 09:30:17 %2B0900." <36D88E19.494AFFDA@newsguy.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> > Can't do that until include failures are silent. :) > > I didn't realize there was a problem. Would you mind describing what > seems to be the problem? :-) Or, more precisely, what ought to be > done? Well, if we're to do any sort of "speculative loading" as a way of implementing hooks, it would be nice to have an "include without yelping" routine that would just fail silently if the file wasn't found. It's either that or write a routine which opens the file, attempts to load it if found, then closes it (if open). It's kinda cumbersome for what should really be a built-in. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19631.920162879>