diff options
Diffstat (limited to 'sys/dev/atapi/atapi.h')
-rw-r--r-- | sys/dev/atapi/atapi.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/atapi/atapi.h b/sys/dev/atapi/atapi.h index 6ca00f1734e..e565e1a54f3 100644 --- a/sys/dev/atapi/atapi.h +++ b/sys/dev/atapi/atapi.h @@ -1,4 +1,4 @@ -/* $OpenBSD: atapi.h,v 1.4 1996/07/22 03:35:42 downsj Exp $ */ +/* $OpenBSD: atapi.h,v 1.5 1996/08/06 22:41:02 downsj Exp $ */ /* * Copyright (c) 1996 Manuel Bouyer. All rights reserved. @@ -91,8 +91,8 @@ struct atapi_read_cd_capacity { * Volume size info. */ struct atapi_read_cd_capacity_data { - u_long size; /* Volume size in blocks */ - u_long blksize; /* Block size in bytes */ + u_int32_t size; /* Volume size in blocks */ + u_int32_t blksize; /* Block size in bytes */ }; /* |