mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
Unfortunately, this new release breaks GSSAPI_NONE, which is removed for now. Bug has been reported upstream. Changelog: https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html MFH: 2019Q1 Security: 46e1ece5-48bd-11e9-9c40-080027ac955c
10 lines
221 B
C
10 lines
221 B
C
--- unix/uxpty.c.orig 2019-03-16 12:26:38 UTC
|
|
+++ unix/uxpty.c
|
|
@@ -13,7 +13,6 @@
|
|
#include <fcntl.h>
|
|
#include <termios.h>
|
|
#include <grp.h>
|
|
-#include <utmp.h>
|
|
#include <pwd.h>
|
|
#include <time.h>
|
|
#include <sys/types.h>
|