summaryrefslogtreecommitdiff
path: root/emulators/vmware-module/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/vmware-module/patches/patch-ai')
-rw-r--r--emulators/vmware-module/patches/patch-ai16
1 files changed, 0 insertions, 16 deletions
diff --git a/emulators/vmware-module/patches/patch-ai b/emulators/vmware-module/patches/patch-ai
deleted file mode 100644
index e5aa1c9a4ec..00000000000
--- a/emulators/vmware-module/patches/patch-ai
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ai,v 1.1 2002/10/02 05:28:38 uebayasi Exp $
-
---- source/linuxrtc/rtc.c Thu Sep 19 23:53:19 2002
-+++ source/linuxrtc/rtc.c Thu Sep 19 23:54:10 2002
-@@ -87,7 +87,11 @@
- };
-
-
-+#if __NetBSD_Version__ >= 106080000
-+MOD_DEV("linuxrtc", "linuxrtc", NULL, -1, &rtc_dev, -1)
-+#else
- MOD_DEV("linuxrtc", LM_DT_CHAR, -1, &rtc_dev)
-+#endif
-
- int
- rtc_lkmentry(struct lkm_table *lkmtp, int cmd, int ver)