From owner-cvs-all Sat Feb 27 16:48:11 1999 Delivered-To: cvs-all@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id EEA4515187; Sat, 27 Feb 1999 16:48:08 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id QAA19634; Sat, 27 Feb 1999 16:47:59 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) To: "Daniel C. Sobral" Cc: Andrzej Bialecki , "Jordan K. Hubbard" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/kget Makefile kget.8 kget.c In-reply-to: Your message of "Sun, 28 Feb 1999 09:30:17 +0900." <36D88E19.494AFFDA@newsguy.com> Date: Sat, 27 Feb 1999 16:47:59 -0800 Message-ID: <19631.920162879@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > 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