ports/lang/squeak/files/patch-unix__plugins_ScratchPlugin_unixSeriaPort2Ops.c
Pawel Pekala 59d5b6f011 Update to version 4.10.2
PR:		ports/173132
Submitted by:	Takeshi MUTOH <mutoh@openedu.org> (maintainer)
Feature safe:	yes
2012-10-27 15:46:57 +00:00

11 lines
341 B
C

--- unix/plugins/ScratchPlugin/unixSeriaPort2Ops.c.org 2012-09-24 15:26:44.000000000 +0900
+++ unix/plugins/ScratchPlugin/unixSeriaPort2Ops.c 2012-09-24 15:26:54.000000000 +0900
@@ -337,7 +337,7 @@
}
int isSerialPortDev(char *s) {
- return isPrefix("ttyusb", s);
+ return isPrefix("ttyU", s);
}
int isPrefix(char *prefix, char *s) {