freebsd-ports/lang/squeak/files/patch-unix_plugins_ScratchPlugin_unixSeriaPort2Ops.c
Alexey Dokuchaev 984457601c - Stagify, sort the knobs, remove excessive whitespace and bogus comments
- Employ USE_GSTREAMER knob instead of depending on libgstreamer.so
- Use consistent separators in patch files (this also deuglifies them)

PR:	192234
2014-07-30 08:03:08 +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) {