forked from Lainports/freebsd-ports
incorrectly trim URL [1] - Sort patches - Pet portlint PR: 230020 [1] Submitted by: holishing <holishingtest@gmail.com>
10 lines
212 B
C++
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>
|