$OpenBSD: patch-share_functions___fish_print_filesystems_fish,v 1.1.1.1 2017/12/16 05:14:32 abieber Exp $

This can be removed when 3.0 is released:
https://github.com/fish-shell/fish-shell/pull/4584/

--- share/functions/__fish_print_filesystems.fish.orig	Tue Apr 25 15:27:39 2017
+++ share/functions/__fish_print_filesystems.fish	Tue Apr 25 15:28:53 2017
@@ -1,6 +1,6 @@

 function __fish_print_filesystems -d "Print a list of all known filesystem types"
-    set -l fs adfs affs autofs coda coherent cramfs devpts efs ext ext2 ext3
+    set -l fs adfs affs autofs coda coherent cramfs devpts efs ext ext2 ext3 ffs
     set fs $fs hfs hpfs iso9660 jfs minix msdos ncpfs nfs ntfs proc qnx4 ramfs
     set fs $fs reiserfs romfs smbfs sysv tmpfs udf ufs umsdos vfat xenix xfs xiafs
     # Mount has helper binaries to mount filesystems
