X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/566c5f9a853dcad46c3ec4365f42dd608bc973ce..bb850a69d8e3621918ea16676513636834d413cc:/usr.bin/getconf/getconf.h diff --git a/usr.bin/getconf/getconf.h b/usr.bin/getconf/getconf.h index 735c3aa1ae..94522199ec 100644 --- a/usr.bin/getconf/getconf.h +++ b/usr.bin/getconf/getconf.h @@ -27,14 +27,12 @@ * SUCH DAMAGE. * * $FreeBSD: src/usr.bin/getconf/getconf.h,v 1.4.2.1 2002/10/27 04:18:40 wollman Exp $ - * $DragonFly: src/usr.bin/getconf/getconf.h,v 1.2 2003/06/17 04:29:27 dillon Exp $ + * $DragonFly: src/usr.bin/getconf/getconf.h,v 1.3 2003/11/03 17:15:31 dillon Exp $ */ -#ifdef STABLE -typedef long long intmax_t; -#define PRIdMAX "lld" -#else #include +#ifndef PRIdMAX +#define PRIdMAX "lld" /* XXX remove after intttypes.h abstraction from 5.x is ported */ #endif int find_confstr(const char *name, int *key);