]> git.proxmox.com Git - mirror_zfs.git/commit
Change 3-digit octal escapes to 4-digit ones
authorHajo Möller <dasjoe@gmail.com>
Fri, 15 May 2015 21:14:56 +0000 (23:14 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 19 May 2015 00:14:07 +0000 (17:14 -0700)
commit141b6381d38a16a6178edcec8ace28d1f23b884e
tree4b6d8ee88f9f1f31b149cbaec38d5f5bd618f26e
parent01fcbec52d2e808e7122d70218ecf1fbc94ed9b3
Change 3-digit octal escapes to 4-digit ones

Prefixing an octal value with a leading zero is the standard way
to disambiguate it.  This change only impacts the `zfs diff` output
and is therefore very limited in scope.

Signed-off-by: Hajo M<C3><B6>ller <dasjoe@gmail.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #3417
lib/libzfs/libzfs_diff.c