diff options
| author | Scott Long <scottl@FreeBSD.org> | 2005-09-07 23:33:26 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2005-09-07 23:33:26 +0000 |
| commit | d2bd3ab995038214fa00f73d4a88cd891d0afe34 (patch) | |
| tree | 727ffd4f8e1895bfb48b086e91d000cbf2ee8fb5 /sys/dev/hptmv/vdevice.h | |
| parent | 8d5d6a36cd09793e4ee874132ba3b0a3301d3169 (diff) | |
Notes
Diffstat (limited to 'sys/dev/hptmv/vdevice.h')
| -rw-r--r-- | sys/dev/hptmv/vdevice.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/hptmv/vdevice.h b/sys/dev/hptmv/vdevice.h index c9a613618548f..8d06f10321092 100644 --- a/sys/dev/hptmv/vdevice.h +++ b/sys/dev/hptmv/vdevice.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2004 HighPoint Technologies, Inc. + * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -250,8 +250,8 @@ struct fdisk_partition_table UCHAR endhead; /* ending head number */ UCHAR endsect; /* ending sector number */ UCHAR endcyl; /* also a 10 bit nmbr, with same high 2 bit trick */ - UINT relsect; /* first sector relative to start of disk */ - UINT numsect; /* number of sectors in partition */ + ULONG relsect; /* first sector relative to start of disk */ + ULONG numsect; /* number of sectors in partition */ }; typedef struct _Master_Boot_Record |
