- Remove unneeded utmp.h include to fix build on CURRENT
Reported by: pointyhat via erwin
This commit is contained in:
parent
8f5f4e5886
commit
bea1703094
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249556
10
security/putty/files/patch-uxpty.c
Normal file
10
security/putty/files/patch-uxpty.c
Normal file
@ -0,0 +1,10 @@
|
||||
--- uxpty.c.orig 2010-02-10 20:05:47.000000000 +0000
|
||||
+++ uxpty.c 2010-02-10 20:06:06.000000000 +0000
|
||||
@@ -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>
|
Loading…
Reference in New Issue
Block a user