mirror_zfs/cmd
Brian Behlendorf 849c50e7f2 Fix two minor compiler warnings
In cmd/splat.c there was a comparison between an __u32 and an int.  To
resolve the issue simply use a __u32 and strtoul() when converting the
provided user string.

In module/spl/spl-vnode.c we should explicitly cast nd->last.name to
a const char * which is what is expected by the prototype.
2010-07-26 10:24:26 -07:00
..
.gitignore sun-misc-gitignore 2010-01-08 09:37:54 -08:00
Makefile.am Build system update 2009-02-12 14:45:22 -08:00
Makefile.in Only make compiler warnings fatal with --enable-debug 2010-06-30 17:05:36 -07:00
spl.c Public Release Prep 2010-05-17 15:18:00 -07:00
splat.c Fix two minor compiler warnings 2010-07-26 10:24:26 -07:00
splat.h Public Release Prep 2010-05-17 15:18:00 -07:00