1
0
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:
Oliver Braun 2004-02-24 15:46:07 +00:00
parent aa88418612
commit 5ba1f25006
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101992

View 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__ */