Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/external/cddl/osnet/dist/cmd/zpool Pull up following revi...
details: https://anonhg.NetBSD.org/src/rev/271ba6461ca9
branches: netbsd-9
changeset: 843882:271ba6461ca9
user: martin <martin%NetBSD.org@localhost>
date: Thu Feb 20 14:49:47 2020 +0000
description:
Pull up following revision(s) (requested by riastradh in ticket #715):
external/cddl/osnet/dist/cmd/zpool/zpool_vdev.c: revision 1.5
zpool: The NetBSD specific ioctl needs to include sys/ioctl.h
diffstat:
external/cddl/osnet/dist/cmd/zpool/zpool_vdev.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r f8f710e5ab4e -r 271ba6461ca9 external/cddl/osnet/dist/cmd/zpool/zpool_vdev.c
--- a/external/cddl/osnet/dist/cmd/zpool/zpool_vdev.c Thu Feb 20 14:48:19 2020 +0000
+++ b/external/cddl/osnet/dist/cmd/zpool/zpool_vdev.c Thu Feb 20 14:49:47 2020 +0000
@@ -80,6 +80,7 @@
#endif
#ifdef __NetBSD__
#include <sys/disklabel.h>
+#include <sys/ioctl.h>
#endif
#include "zpool_util.h"
Home |
Main Index |
Thread Index |
Old Index