aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbeat <beat@FreeBSD.org>2010-02-11 05:10:05 +0800
committerbeat <beat@FreeBSD.org>2010-02-11 05:10:05 +0800
commit3ae9665510d588d68586cd3388bb491c83abf2be (patch)
tree06ccb7a5f49af16058846b4aab8112656dd3a1b9
parentab8cc72944202e18421cc75cbc7956561f30edbc (diff)
downloadfreebsd-ports-gnome-3ae9665510d588d68586cd3388bb491c83abf2be.tar.gz
freebsd-ports-gnome-3ae9665510d588d68586cd3388bb491c83abf2be.tar.zst
freebsd-ports-gnome-3ae9665510d588d68586cd3388bb491c83abf2be.zip
- Remove unneeded utmp.h include to fix build on CURRENT
Reported by: pointyhat via erwin
-rw-r--r--security/putty/files/patch-uxpty.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/putty/files/patch-uxpty.c b/security/putty/files/patch-uxpty.c
new file mode 100644
index 000000000000..9ffe3e233b15
--- /dev/null
+++ b/security/putty/files/patch-uxpty.c
@@ -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>