mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 14:39:37 +00:00
Use a long as the opaque type so that it matches the size of a pointer
on both 32-bit and 64-bit platforms.
This commit is contained in:
parent
c80a90c51f
commit
dd921920ee
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126533
@ -36,7 +36,7 @@
|
||||
|
||||
#define SET_SIZE 5000
|
||||
|
||||
typedef unsigned int ITEM_TYPE;
|
||||
typedef unsigned long ITEM_TYPE;
|
||||
|
||||
typedef struct {
|
||||
ITEM_TYPE val;
|
||||
|
Loading…
Reference in New Issue
Block a user