diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1997-08-04 03:31:23 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1997-08-04 03:31:23 +0000 |
| commit | b0ed9cd762aed88b7d6fb3adfbe51be42c9925ea (patch) | |
| tree | b86cc3d23febe80e8501688b6cbc0ec37686ace5 | |
| parent | 5e73f3aed8149d859aa7e583faba03cb083dc0eb (diff) | |
Notes
| -rw-r--r-- | sys/alpha/include/pc/bios.h | 3 | ||||
| -rw-r--r-- | sys/amd64/include/pc/bios.h | 3 | ||||
| -rw-r--r-- | sys/i386/include/pc/bios.h | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/sys/alpha/include/pc/bios.h b/sys/alpha/include/pc/bios.h index 96c7db651b50..4e47eae7ee93 100644 --- a/sys/alpha/include/pc/bios.h +++ b/sys/alpha/include/pc/bios.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: bios.h,v 1.1 1997/08/01 06:04:59 msmith Exp $ */ /* @@ -86,7 +86,6 @@ struct DMI_table u_int32_t st_base; /* base address of the SMBIOS table (physical) */ u_int16_t st_entries; /* total number of structures present in the table */ u_int8_t bcd_revision; /* interface revision number */ - u_int8_t pad[2]; }; struct SMBIOS_table diff --git a/sys/amd64/include/pc/bios.h b/sys/amd64/include/pc/bios.h index 96c7db651b50..4e47eae7ee93 100644 --- a/sys/amd64/include/pc/bios.h +++ b/sys/amd64/include/pc/bios.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: bios.h,v 1.1 1997/08/01 06:04:59 msmith Exp $ */ /* @@ -86,7 +86,6 @@ struct DMI_table u_int32_t st_base; /* base address of the SMBIOS table (physical) */ u_int16_t st_entries; /* total number of structures present in the table */ u_int8_t bcd_revision; /* interface revision number */ - u_int8_t pad[2]; }; struct SMBIOS_table diff --git a/sys/i386/include/pc/bios.h b/sys/i386/include/pc/bios.h index 96c7db651b50..4e47eae7ee93 100644 --- a/sys/i386/include/pc/bios.h +++ b/sys/i386/include/pc/bios.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: bios.h,v 1.1 1997/08/01 06:04:59 msmith Exp $ */ /* @@ -86,7 +86,6 @@ struct DMI_table u_int32_t st_base; /* base address of the SMBIOS table (physical) */ u_int16_t st_entries; /* total number of structures present in the table */ u_int8_t bcd_revision; /* interface revision number */ - u_int8_t pad[2]; }; struct SMBIOS_table |
