summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>2014-01-24 16:08:28 -0700
committerTodd C. Miller <Todd.Miller@courtesan.com>2014-01-24 16:08:28 -0700
commit55b00c5fd4dc025613da9a43e210324270628728 (patch)
treedc02091f81510c8df15708b5079c7224d19c0893
parent77a82c48b569f0d9ef561cff5bee099ec4b9c260 (diff)
downloadsudo-55b00c5fd4dc025613da9a43e210324270628728.tar.gz
Fix typo, ULONG_MAX vs. ULLONG_MAX
-rw-r--r--include/missing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/missing.h b/include/missing.h
index a79782b54..014ce8939 100644
--- a/include/missing.h
+++ b/include/missing.h
@@ -140,7 +140,7 @@
# endif
#endif
-#ifndef ULONG_MAX
+#ifndef ULLONG_MAX
# if defined(UQUAD_MAX)
# define ULLONG_MAX UQUAD_MAX
# else