diff options
author | beat <beat@FreeBSD.org> | 2010-02-11 05:10:05 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2010-02-11 05:10:05 +0800 |
commit | 3ae9665510d588d68586cd3388bb491c83abf2be (patch) | |
tree | 06ccb7a5f49af16058846b4aab8112656dd3a1b9 | |
parent | ab8cc72944202e18421cc75cbc7956561f30edbc (diff) | |
download | freebsd-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.c | 10 |
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> |