diff options
Diffstat (limited to 'usr/src/cmd/boot/installgrub/installgrub.h')
-rw-r--r-- | usr/src/cmd/boot/installgrub/installgrub.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/boot/installgrub/installgrub.h b/usr/src/cmd/boot/installgrub/installgrub.h index cf3f4f5a92..1608cb6398 100644 --- a/usr/src/cmd/boot/installgrub/installgrub.h +++ b/usr/src/cmd/boot/installgrub/installgrub.h @@ -20,7 +20,7 @@ */ /* * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. - * Copyright 2015 Nexenta Systems, Inc. All rights reserved. + * Copyright 2016 Nexenta Systems, Inc. All rights reserved. */ #ifndef _INSTALLGRUB_H @@ -43,7 +43,7 @@ typedef struct _device_data { int disk_fd; int slice; int partition; - uint32_t start_sector; + uint64_t start_sector; char boot_sector[SECTOR_SIZE]; } ig_device_t; |