summaryrefslogtreecommitdiff
path: root/security/ifd-slb_rf60/files/patch-ctapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/ifd-slb_rf60/files/patch-ctapi.c')
-rw-r--r--security/ifd-slb_rf60/files/patch-ctapi.c38
1 files changed, 38 insertions, 0 deletions
diff --git a/security/ifd-slb_rf60/files/patch-ctapi.c b/security/ifd-slb_rf60/files/patch-ctapi.c
new file mode 100644
index 000000000000..3b723e099892
--- /dev/null
+++ b/security/ifd-slb_rf60/files/patch-ctapi.c
@@ -0,0 +1,38 @@
+--- ctapi.c.bak Fri Feb 20 05:40:24 2004
++++ ctapi.c Fri Feb 20 12:32:47 2004
+@@ -29,7 +29,7 @@
+ #endif
+
+ #ifndef SUN_SPARC
+- BretVal = IO_InitializePort(9600,8,'E',"/dev/ttyS0");
++ BretVal = IO_InitializePort(9600,8,'E',"/dev/cuaa0");
+ #endif
+
+ break;
+@@ -41,7 +41,7 @@
+ #endif
+
+ #ifndef SUN_SPARC
+- BretVal = IO_InitializePort(9600,8,'E',"/dev/ttyS1");
++ BretVal = IO_InitializePort(9600,8,'E',"/dev/cuaa1");
+ #endif
+
+ break;
+@@ -53,7 +53,7 @@
+ #endif
+
+ #ifndef SUN_SPARC
+- BretVal = IO_InitializePort(9600,8,'E',"/dev/ttyS2");
++ BretVal = IO_InitializePort(9600,8,'E',"/dev/cuaa2");
+ #endif
+
+ break;
+@@ -65,7 +65,7 @@
+ #endif
+
+ #ifndef SUN_SPARC
+- BretVal = IO_InitializePort(9600,8,'E',"/dev/ttyS3");
++ BretVal = IO_InitializePort(9600,8,'E',"/dev/cuaa3");
+ #endif
+
+ break;