summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/bootstrap.h
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-01-22 23:50:14 +0000
committermsmith <msmith@FreeBSD.org>1999-01-22 23:50:14 +0000
commit1ebf60a8063c2a182d47d4e952bb4c6b34389d27 (patch)
treeaa70ada47db2a6e8a4426ed0de4cceaa24b165d1 /sys/boot/common/bootstrap.h
parent4f0f9529e8b9fc58e5f100ab78b0c2719279017c (diff)
downloadFreeBSD-src-1ebf60a8063c2a182d47d4e952bb4c6b34389d27.zip
FreeBSD-src-1ebf60a8063c2a182d47d4e952bb4c6b34389d27.tar.gz
bootstrap.h
help.common interp.c Rename the 'source' command to 'include' in order to avoid conflict with the ANS Forth command of the same name. (kern/9473) interp_forth.c: Changes from kern/9412 (EXCEPTION word), kern/9442 (TIB buffer sizing) and an improved version of kern/9460 (set version numbers). load_aout.c: Trim some obsolete #if 0'ed cruft. pnp.c: Tidy the pnpscan output, turn off the module scanning until we sort out how to do it right. PR: kern/9412 kern/9442 kern/9460 kern/9473 Submitted by: PRs from Daniel Sobral <dcs@newsguy.com>
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 ed450d9..cc207dc 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.17 1999/01/15 00:31:45 abial Exp $
+ * $Id: bootstrap.h,v 1.18 1999/01/16 03:25:24 jdp Exp $
*/
#include <sys/types.h>
@@ -56,7 +56,7 @@ extern char command_errbuf[]; /* XXX blah, length */
/* interp.c */
extern void interact(void);
-extern int source(char *filename);
+extern int include(char *filename);
/* interp_parse.c */
extern int parse(int *argc, char ***argv, char *str);
OpenPOWER on IntegriCloud