Comment #0 by jason.brian.king — 2014-06-23T01:47:41Z
On Solarish systems, dev_t is defined as (from /usr/include/sys/types.h):
typedef ulong_t dev_t;
(ulong_t is defined as 'unsigned long')
druntime/src/core/sys/posix/sys/types.d defines it as ulong. It should be c_ulong.
Comment #1 by github-bugzilla — 2014-06-29T18:36:57Z