Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/external/cddl/osnet/dist
Module Name: src
Committed By: mrg
Date: Thu Sep 18 06:45:09 UTC 2025
Modified Files:
src/external/cddl/osnet/dist/common/zfs: zfs_ioctl_compat.c
src/external/cddl/osnet/dist/lib/libzfs/common: libzfs_import.c
libzfs_util.c
Log Message:
fix some issue GCC 14 found.
include <sys/ioctl.h> when using ioctl.
don't assign NULL to integers.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/external/cddl/osnet/dist/common/zfs/zfs_ioctl_compat.c
cvs rdiff -u -r1.7 -r1.8 \
src/external/cddl/osnet/dist/lib/libzfs/common/libzfs_import.c \
src/external/cddl/osnet/dist/lib/libzfs/common/libzfs_util.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index