summaryrefslogtreecommitdiffstats
path: root/usr.bin/getconf
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2002-10-27 04:14:08 +0000
committerwollman <wollman@FreeBSD.org>2002-10-27 04:14:08 +0000
commit0877034abe0d1fc9f27bb8326af35f79814595f8 (patch)
tree564b9a1c92fe3f10eb34b11bdec169362631367d /usr.bin/getconf
parent42aee7688f31eaf5c0bbbb9feb417b98fa807551 (diff)
downloadFreeBSD-src-0877034abe0d1fc9f27bb8326af35f79814595f8.zip
FreeBSD-src-0877034abe0d1fc9f27bb8326af35f79814595f8.tar.gz
Remove unnecessary compatibility macro. (We were only printing, not parsing,
intmax_t.)
Diffstat (limited to 'usr.bin/getconf')
-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 aab06a6..266a0ff 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>
OpenPOWER on IntegriCloud