From 40ec4fdc9a74bfdb83f13672acdb88af5c91ab46 Mon Sep 17 00:00:00 2001 From: delphij <delphij@FreeBSD.org> Date: Fri, 15 Jun 2007 07:06:13 +0000 Subject: Virgin import of diffutils 2.8.7. --- contrib/diff/lib/umaxtostr.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 contrib/diff/lib/umaxtostr.c (limited to 'contrib/diff/lib/umaxtostr.c') diff --git a/contrib/diff/lib/umaxtostr.c b/contrib/diff/lib/umaxtostr.c new file mode 100644 index 0000000..4f49a7f --- /dev/null +++ b/contrib/diff/lib/umaxtostr.c @@ -0,0 +1,3 @@ +#define inttostr umaxtostr +#define inttype uintmax_t +#include "inttostr.c" -- cgit v1.1