Module Name: src Committed By: apb Date: Sun Oct 5 14:13:15 UTC 2014
Modified Files: src/sys/fs/puffs: puffs_sys.h Log Message: Safer definitions of DPRINTF and DPRINTF_VERBOSE. In the PUFFSDEBUG case, wrap do { ... } while (/*CONSTCOND*/0) around the definitions. In the non-PUFFSDEBUG case, define them as ((void)0) instead of as empty. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/sys/fs/puffs/puffs_sys.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.