]> git.proxmox.com Git - mirror_zfs.git/blobdiff - config/kernel-show-options.m4
FreeBSD: Add zfs_link_create() error handling
[mirror_zfs.git] / config / kernel-show-options.m4
index 93bd5fbfbb24f2c990a7829f30e4cd301e766656..fd62f30086dc4dae8b6a09625487bf0fe09459b0 100644 (file)
@@ -5,7 +5,7 @@ AC_DEFUN([ZFS_AC_KERNEL_SRC_SHOW_OPTIONS], [
        ZFS_LINUX_TEST_SRC([super_operations_show_options], [
                #include <linux/fs.h>
 
-               int show_options(struct seq_file * x, struct dentry * y) {
+               static int show_options(struct seq_file * x, struct dentry * y) {
                        return 0;
                };