1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/x11/slim/files/patch-Ck.cpp
Raphael Kubo da Costa 815a789b86 - Update to 1.3.5.
PR:		ports/177857
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
Approved by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2013-05-14 21:34:12 +00:00

12 lines
299 B
C++

--- ./Ck.cpp.orig 2012-12-31 07:03:42.000000000 -0600
+++ ./Ck.cpp 2013-03-23 14:10:35.000000000 -0500
@@ -91,7 +91,7 @@
vt = *((long *)return_value);
- std::snprintf(device, 32, "/dev/tty%ld", vt);
+ snprintf(device, 32, "/dev/ttyv%ld", vt - 1);
if(return_value)
XFree(return_value);