Fix typo, ULONG_MAX vs. ULLONG_MAX

This commit is contained in:
Todd C. Miller
2014-01-24 16:08:28 -07:00
parent f6542e90f0
commit 7e008eb677

View File

@@ -140,7 +140,7 @@
# endif
#endif
#ifndef ULONG_MAX
#ifndef ULLONG_MAX
# if defined(UQUAD_MAX)
# define ULLONG_MAX UQUAD_MAX
# else