summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/bootstrap.h
diff options
context:
space:
mode:
authorabial <abial@FreeBSD.org>1999-01-15 00:31:45 +0000
committerabial <abial@FreeBSD.org>1999-01-15 00:31:45 +0000
commitcb4a248c7e57ce74259df4968be0b848028e4db1 (patch)
tree6b204aeb71847f4472cfa45681b246b8d04963a5 /sys/boot/common/bootstrap.h
parentbeae8419dd334a658e0965593b04124d7a550afa (diff)
downloadFreeBSD-src-cb4a248c7e57ce74259df4968be0b848028e4db1.zip
FreeBSD-src-cb4a248c7e57ce74259df4968be0b848028e4db1.tar.gz
Fall back to /boot/boot.conf, if /boot/loader.rc was not fount. This is
to cover the transition period. Suggested by: msmith
Diffstat (limited to 'sys/boot/common/bootstrap.h')
-rw-r--r--sys/boot/common/bootstrap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/common/bootstrap.h b/sys/boot/common/bootstrap.h
index a373e35..414544c 100644
--- a/sys/boot/common/bootstrap.h
+++ b/sys/boot/common/bootstrap.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bootstrap.h,v 1.15 1998/10/22 20:20:50 msmith Exp $
+ * $Id: bootstrap.h,v 1.16 1998/11/02 23:28:10 msmith Exp $
*/
#include <sys/types.h>
@@ -56,7 +56,7 @@ extern char command_errbuf[]; /* XXX blah, length */
/* interp.c */
extern void interact(void);
-extern void source(char *filename);
+extern int source(char *filename);
/* interp_parse.c */
extern int parse(int *argc, char ***argv, char *str);
OpenPOWER on IntegriCloud