summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/getconf/getconf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/getconf/getconf.h b/usr.bin/getconf/getconf.h
index aab06a6eb6ee..266a0ff3b051 100644
--- a/usr.bin/getconf/getconf.h
+++ b/usr.bin/getconf/getconf.h
@@ -31,7 +31,6 @@
#ifdef STABLE
typedef long long intmax_t;
-#define strtoimax(p, ep, radix) (strtoll((p), (ep), (radix)))
#define PRIdMAX "lld"
#else
#include <inttypes.h>