From 0877034abe0d1fc9f27bb8326af35f79814595f8 Mon Sep 17 00:00:00 2001 From: wollman Date: Sun, 27 Oct 2002 04:14:08 +0000 Subject: Remove unnecessary compatibility macro. (We were only printing, not parsing, intmax_t.) --- usr.bin/getconf/getconf.h | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.bin/getconf') 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 -- cgit v1.1