aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2002-10-27 04:14:08 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2002-10-27 04:14:08 +0000
commit8dcb75fc8d04ced8515cde834aa499cbcb312757 (patch)
tree564b9a1c92fe3f10eb34b11bdec169362631367d
parent11e3dcb669476407277199c394a4c7d15c826165 (diff)
downloadsrc-8dcb75fc8d04ced8515cde834aa499cbcb312757.tar.gz
src-8dcb75fc8d04ced8515cde834aa499cbcb312757.zip
Remove unnecessary compatibility macro. (We were only printing, not parsing,
intmax_t.)
Notes
Notes: svn path=/head/; revision=106017
-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>