diff options
author | 2007-11-25 20:00:03 +0000 | |
---|---|---|
committer | 2007-11-25 20:00:03 +0000 | |
commit | 79a7651d86beda942a556aea94fb615c58e53f0f (patch) | |
tree | 18bcd5cbb1231e9852914776b2352955109fcf7d | |
parent | Make modload use /dev/ksyms as a kernel file by default. (diff) | |
download | wireguard-openbsd-79a7651d86beda942a556aea94fb615c58e53f0f.tar.xz wireguard-openbsd-79a7651d86beda942a556aea94fb615c58e53f0f.zip |
typo; ok miod@
-rw-r--r-- | sys/arch/amd64/stand/libsa/pxe.h | 4 | ||||
-rw-r--r-- | sys/arch/i386/stand/libsa/pxe.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/stand/libsa/pxe.h b/sys/arch/amd64/stand/libsa/pxe.h index 29ff7306853..e03e7d76616 100644 --- a/sys/arch/amd64/stand/libsa/pxe.h +++ b/sys/arch/amd64/stand/libsa/pxe.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pxe.h,v 1.2 2004/09/20 17:51:07 miod Exp $ */ +/* $OpenBSD: pxe.h,v 1.3 2007/11/25 20:00:03 martynas Exp $ */ /* $NetBSD: pxe.h,v 1.1 2002/02/16 03:37:40 thorpej Exp $ */ /* @@ -141,7 +141,7 @@ typedef struct { ADDR32_t ProtocolIni; /* Phys addr of a copy of the driver module */ uint8_t reserved[8]; -} __attribute__((__packed__)) t_PXENV_UNDI_INITALIZE; +} __attribute__((__packed__)) t_PXENV_UNDI_INITIALIZE; #define MAXNUM_MCADDR 8 diff --git a/sys/arch/i386/stand/libsa/pxe.h b/sys/arch/i386/stand/libsa/pxe.h index 29ff7306853..e03e7d76616 100644 --- a/sys/arch/i386/stand/libsa/pxe.h +++ b/sys/arch/i386/stand/libsa/pxe.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pxe.h,v 1.2 2004/09/20 17:51:07 miod Exp $ */ +/* $OpenBSD: pxe.h,v 1.3 2007/11/25 20:00:03 martynas Exp $ */ /* $NetBSD: pxe.h,v 1.1 2002/02/16 03:37:40 thorpej Exp $ */ /* @@ -141,7 +141,7 @@ typedef struct { ADDR32_t ProtocolIni; /* Phys addr of a copy of the driver module */ uint8_t reserved[8]; -} __attribute__((__packed__)) t_PXENV_UNDI_INITALIZE; +} __attribute__((__packed__)) t_PXENV_UNDI_INITIALIZE; #define MAXNUM_MCADDR 8 |