freebsd-ports/chinese/pcmanx/files/patch-src-view-telnetcon.cpp
Li-Wen Hsu 9dd89ffa9e - Added a patch in upstream but not release yet to fix the code that
incorrectly trim URL [1]
- Sort patches
- Pet portlint

PR:		230020 [1]
Submitted by:	holishing <holishingtest@gmail.com>
2018-08-11 08:30:55 +00:00

10 lines
212 B
C++

--- src/view/telnetcon.cpp.orig 2016-02-16 12:31:46 UTC
+++ src/view/telnetcon.cpp
@@ -77,7 +77,6 @@
#ifdef USING_LINUX
#include <pty.h>
#endif
-#include <utmp.h>
#include <signal.h>
#include <sys/wait.h>