blob: bd56447ced52ec1bad9c04ae66186da18763a4a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- 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>
|