freebsd-dev/contrib/cpio/lib/umaxtostr.c
Peter Wemm c6acfe86c7 Merge gnu cpio 2.6 -> 2.8 changes. Unfortunately, we have massive
conflicts due to radically different approaches to security and bug fixes.
In some cases I re-started from the vendor version and reimplemented our
patches.  Fortunately, this is not enabled by default in -current.
2008-07-10 02:08:00 +00:00

4 lines
75 B
C

#define inttostr umaxtostr
#define inttype uintmax_t
#include "inttostr.c"