gmzang / maczfs

Automatically exported from code.google.com/p/maczfs
Other
0 stars 0 forks source link

Need a isdigit defined for kernel space #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
usr/src/common/zfs/zfs_deleg.c
---- 
/*Need a isdigit defined for kernel space*/
#ifndef __APPLE__
            if (!isdigit(*p))
                return (-1);
#endif
----

I think there is code to 10a286 that address this… I'll look into it soon.

Original issue reported on code.google.com by jason.richard.mcneil on 21 Feb 2010 at 6:03

GoogleCodeExporter commented 8 years ago

Original comment by jason.richard.mcneil on 28 Feb 2010 at 10:14

GoogleCodeExporter commented 8 years ago
Testing 
http://github.com/jasonrm/mac-zfs/commit/7d96583534168450cc94bd3bde9f6c458574121
9 to see 
if that is an acceptable fix. Since it's exactly how Apple went about it, I see 
no reason why it shouldn't work…

Original comment by jason.richard.mcneil on 28 Feb 2010 at 11:08

GoogleCodeExporter commented 8 years ago

Original comment by jason.richard.mcneil on 4 Mar 2010 at 6:48