diff options
Diffstat (limited to 'winsup/cygwin/devices.h')
-rw-r--r-- | winsup/cygwin/devices.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/devices.h b/winsup/cygwin/devices.h index 137fcd8b0..c01e2306f 100644 --- a/winsup/cygwin/devices.h +++ b/winsup/cygwin/devices.h @@ -131,7 +131,7 @@ struct device const char *native; _mode_t mode; bool dev_on_fs; - static const device *lookup (const char *, unsigned int = 0xffffffff); + static const device *lookup (const char *, unsigned int = UINT32_MAX); void parse (const char *); void parse (_major_t major, _minor_t minor); void parse (_dev_t dev); |