summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dialup/xc/files/xc-4.3.2-add-115200.patch')
-rw-r--r--net-dialup/xc/files/xc-4.3.2-add-115200.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-dialup/xc/files/xc-4.3.2-add-115200.patch b/net-dialup/xc/files/xc-4.3.2-add-115200.patch
deleted file mode 100644
index c8238565ac0b..000000000000
--- a/net-dialup/xc/files/xc-4.3.2-add-115200.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-add support for 115200 baud
-
---- xc-4.3.2/xcport.c
-+++ xc-4.3.2/xcport.c
-@@ -107,6 +107,7 @@
- {"38400",38400,B38400},
- {"57600",57600,B50},
- #endif
-+ {"115200",115200,B115200},
- {"0", 0, B0}
- };
-