summaryrefslogtreecommitdiff
path: root/sysutils/lsof/files/patch-Configure
blob: 068090f7588eb029e1cf13ef70b479d83ad314de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Configure.orig	2019-05-22 14:43:59 UTC
+++ Configure
@@ -1639,7 +1639,7 @@ kernel generation process.
     # Clear LSOF_UNSUP message for supported versions of FreeBSD.
     
     case $LSOF_VERS in  # {
-    4090|8020|8030|8040|9000|10000|11000|12000)
+    4090|8020|8030|8040|9000|10000|11000|12000|13000)
       LSOF_UNSUP=""
       ;;
     esac	# }