diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2011-09-29 14:25:50 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2011-09-29 14:25:50 +0000 |
commit | a7923f794e6aacbbf007567b3d4a5dc69c4e052c (patch) | |
tree | 6609db2b2e3fa49945ce0c18914b0855a6a4bd04 /net/clusterit/files/patch-rvt-ttyinit.c | |
parent | Update to version 1.5.0.3 (diff) |
Unbreak on 9+ (utmpx).
Seems utmp.h include is not used.
PR: 160934
Reported by: "Hartmann, O." <ohartman@zedat.fu-berlin.de>
Notes
Notes:
svn path=/head/; revision=282618
Diffstat (limited to 'net/clusterit/files/patch-rvt-ttyinit.c')
-rw-r--r-- | net/clusterit/files/patch-rvt-ttyinit.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/clusterit/files/patch-rvt-ttyinit.c b/net/clusterit/files/patch-rvt-ttyinit.c new file mode 100644 index 000000000000..dc14b5113e32 --- /dev/null +++ b/net/clusterit/files/patch-rvt-ttyinit.c @@ -0,0 +1,10 @@ +--- rvt/ttyinit.c.orig 2007-01-24 22:02:10.000000000 +0300 ++++ rvt/ttyinit.c 2011-09-29 18:18:19.000000000 +0400 +@@ -41,7 +41,6 @@ char xvt_ttyinit_c_sccsid[] = "@(#)ttyin + #include <unistd.h> + #include <signal.h> + #include <fcntl.h> +-#include <utmp.h> + #include <grp.h> + #include <pwd.h> + #include <errno.h> |