Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/cddl/osnet/dist/lib/libzfs/common This needs an exp...



details:   https://anonhg.NetBSD.org/src/rev/63be801da82b
branches:  trunk
changeset: 783629:63be801da82b
user:      dsl <dsl%NetBSD.org@localhost>
date:      Tue Jan 01 19:02:19 2013 +0000

description:
This needs an explicit include of sys/ioctl.h.
XXX: There is some crappy code in here :-)

diffstat:

 external/cddl/osnet/dist/lib/libzfs/common/libzfs_util.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 97d95980f4e9 -r 63be801da82b external/cddl/osnet/dist/lib/libzfs/common/libzfs_util.c
--- a/external/cddl/osnet/dist/lib/libzfs/common/libzfs_util.c  Tue Jan 01 19:01:10 2013 +0000
+++ b/external/cddl/osnet/dist/lib/libzfs/common/libzfs_util.c  Tue Jan 01 19:02:19 2013 +0000
@@ -40,6 +40,7 @@
 #include <sys/mnttab.h>
 #include <sys/mntent.h>
 #include <sys/types.h>
+#include <sys/ioctl.h>
 
 #include <libzfs.h>
 



Home | Main Index | Thread Index | Old Index