Module Name: src Committed By: christos Date: Thu Oct 17 17:22:59 UTC 2013
Modified Files: src/usr.sbin/mtree: compare.c create.c spec.c Log Message: Our <sys/param.h> ends up calling header files that define intmax_t. This should not be the case (but >sys/param.h> is not a standard header so all bets are off). FreeBSD's does not, so explicitly include <stdint.h> to get it. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/usr.sbin/mtree/compare.c cvs rdiff -u -r1.71 -r1.72 src/usr.sbin/mtree/create.c cvs rdiff -u -r1.87 -r1.88 src/usr.sbin/mtree/spec.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.