mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
Fix for cdevsw change.
Approved by: maintainer
This commit is contained in:
parent
aa88418612
commit
5ba1f25006
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101992
12
security/pf/files/patch-pf::pf_ioctl.c
Normal file
12
security/pf/files/patch-pf::pf_ioctl.c
Normal file
@ -0,0 +1,12 @@
|
||||
--- pf/pf_ioctl.c.orig Wed Jan 28 20:45:50 2004
|
||||
+++ pf/pf_ioctl.c Tue Feb 24 15:53:56 2004
|
||||
@@ -222,6 +222,9 @@
|
||||
.d_ioctl = pfioctl,
|
||||
.d_name = PF_NAME,
|
||||
.d_flags = 0,
|
||||
+#if __FreeBSD_version >= 502103
|
||||
+ .d_version = D_VERSION,
|
||||
+#endif
|
||||
#endif
|
||||
};
|
||||
#endif /* __FreeBSD__ */
|
Loading…
Reference in New Issue
Block a user