summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/alpha/include/bootinfo.h4
-rw-r--r--sys/powerpc/include/bootinfo.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/alpha/include/bootinfo.h b/sys/alpha/include/bootinfo.h
index f9b2560..cd45e40 100644
--- a/sys/alpha/include/bootinfo.h
+++ b/sys/alpha/include/bootinfo.h
@@ -1,4 +1,4 @@
-/* $Id: bootinfo.h,v 1.2 1998/07/05 12:13:18 dfr Exp $ */
+/* $Id: bootinfo.h,v 1.3 1998/10/14 09:53:24 peter Exp $ */
/*
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
* All rights reserved.
@@ -56,7 +56,7 @@ struct bootinfo_v1 {
u_long pad[6]; /* 184: rsvd for future use */
char *envp; /* 232: start of environment */
u_long kernend; /* 240: end of kernel */
- u_long modbase; /* 248: FreeBSD module base */
+ u_long modptr; /* 248: FreeBSD module base */
/* 256: total size */
};
diff --git a/sys/powerpc/include/bootinfo.h b/sys/powerpc/include/bootinfo.h
index f9b2560..cd45e40 100644
--- a/sys/powerpc/include/bootinfo.h
+++ b/sys/powerpc/include/bootinfo.h
@@ -1,4 +1,4 @@
-/* $Id: bootinfo.h,v 1.2 1998/07/05 12:13:18 dfr Exp $ */
+/* $Id: bootinfo.h,v 1.3 1998/10/14 09:53:24 peter Exp $ */
/*
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
* All rights reserved.
@@ -56,7 +56,7 @@ struct bootinfo_v1 {
u_long pad[6]; /* 184: rsvd for future use */
char *envp; /* 232: start of environment */
u_long kernend; /* 240: end of kernel */
- u_long modbase; /* 248: FreeBSD module base */
+ u_long modptr; /* 248: FreeBSD module base */
/* 256: total size */
};
OpenPOWER on IntegriCloud