permit him to take it back or commit without my approval. - Update to upstream version 0.61. - Add OPTIONS for GSSAPI and GTK (both enabled by default). NOTE: GSSAPI is currently broken on 9-CURRENT because the Kerberos in base expects MD2 which isn't provided by OpenSSL. - mark BROKEN on OSVERSION >= 900000 when GSSAPI is enabled - heed CFLAGS, CC, WITH_DEBUG, INSTALL_* settings. - WITHOUT_X11 is now an alias for WITHOUT_GTK - drop utmp support, the upstream requires a utmpx implementation that FreeBSD does not provide in any version. - Preliminary clang support (adds files/patch-timing.c) - Refreshed patches.
10 lines
263 B
C
10 lines
263 B
C
--- ./uxpty.c.orig 2011-03-02 20:12:42.000000000 +0100
|
|
+++ ./uxpty.c 2011-07-17 14:55:44.000000000 +0200
|
|
@@ -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>
|