]> granicus.if.org Git - zfs/commit
Explictly use signed char for portability. On x86/x86_64
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 22 May 2009 23:30:47 +0000 (16:30 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 22 May 2009 23:30:47 +0000 (16:30 -0700)
commit8e9605062a335e152d0056005f3a093223c98cbc
tree6e100fcb6c598891ab2ba64a1e29eeba0564f9dd
parentf07954ef8ae9162824f121d4b6137fb55b1dd03c
Explictly use signed char for portability.  On x86/x86_64
systems the default char type is signed, on ppc/ppc64 systems
the default char type is unsigned.
cmd/zfs/zfs_main.c