diff options
Diffstat (limited to 'misc/zaptel/files/patch-wcfxs::wcfxs.c')
-rw-r--r-- | misc/zaptel/files/patch-wcfxs::wcfxs.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/misc/zaptel/files/patch-wcfxs::wcfxs.c b/misc/zaptel/files/patch-wcfxs::wcfxs.c deleted file mode 100644 index bab8faf9d09e..000000000000 --- a/misc/zaptel/files/patch-wcfxs::wcfxs.c +++ /dev/null @@ -1,20 +0,0 @@ - -$FreeBSD$ - ---- wcfxs/wcfxs.c -+++ wcfxs/wcfxs.c -@@ -308,7 +308,13 @@ - - /* Character device entry points */ - static struct cdevsw wcfxs_cdevsw = { --#if __FreeBSD_version >= 502103 -+#if __FreeBSD_version < 502103 -+#ifdef MAJOR_AUTO -+ .d_maj = MAJOR_AUTO, -+#else -+ .d_maj = 198, -+#endif -+#else - .d_version = D_VERSION, - #endif - .d_name = "wcfxs", |