diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2005-04-17 07:44:28 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2005-04-17 07:44:28 +0000 |
commit | e5e2a21eeccd64c209e827210c060dd211537f4f (patch) | |
tree | 0a1715d3b89b6d74312130247206851e2f66c7a8 /misc/zaptel/files/patch-wcfxs::wcfxs.c | |
parent | Update to the latest snapshot of the driver. This improves existing support (diff) |
Forgot to add/remove patches in the previous commit.
Notes
Notes:
svn path=/head/; revision=133508
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", |