From 68d2bdcbb022661f5f1438fb8082cfe04463c380 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Wed, 14 Oct 1998 10:04:32 +0000 Subject: [PATCH] Typo fix. --- sys/alpha/include/bootinfo.h | 4 ++-- sys/powerpc/include/bootinfo.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/alpha/include/bootinfo.h b/sys/alpha/include/bootinfo.h index f9b2560ad39..cd45e408d85 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 f9b2560ad39..cd45e408d85 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 */ };