Page MenuHomeFreeBSD

D25111.diff
No OneTemporary

D25111.diff

Index: head/stand/efi/gptboot/proto.c
===================================================================
--- head/stand/efi/gptboot/proto.c
+++ head/stand/efi/gptboot/proto.c
@@ -42,7 +42,7 @@
#include "gpt.h"
#include <sys/gpt.h>
static const uuid_t freebsd_ufs_uuid = GPT_ENT_TYPE_FREEBSD_UFS;
-static char secbuf[4096];
+static char secbuf[4096] __aligned(4096);
static struct dsk dsk;
static dev_info_t *devices = NULL;
static dev_info_t *raw_device = NULL;

File Metadata

Mime Type
text/plain
Expires
Wed, Dec 25, 11:47 PM (11 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15599635
Default Alt Text
D25111.diff (469 B)

Event Timeline