Files
BMLFS/patches/putty-mlfs/fix-include-utmpx.patch
2020-11-25 23:55:46 -06:00

12 lines
311 B
Diff

--- putty-0.74.orig/unix/uxpty.c 2020-06-21 12:30:49.000000000 -0500
+++ putty-0.74/unix/uxpty.c 2020-11-25 10:14:10.998910908 -0600
@@ -13,7 +13,7 @@
#include <fcntl.h>
#include <termios.h>
#include <grp.h>
-#include <utmp.h>
+#include <utmpx.h>
#include <pwd.h>
#include <time.h>
#include <sys/types.h>