freebsd-ports/comms/zssh/files/patch-aa
Ed Schouten 82eec6be7e Unbreak rssh on HEAD, where we don't have <utmp.h>.
Approved by:	miwi (portmgr, implicit)
2010-01-19 18:47:36 +00:00

23 lines
399 B
Text

--- zssh.h
+++ zssh.h
@@ -36,19 +36,18 @@
#include "config.h"
#ifdef STDC_HEADERS
+#include <sys/types.h>
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <time.h>
#include <grp.h>
-#include <utmp.h>
#include <signal.h>
#include <ctype.h>
/*#include <term.h> alpha */
-#include <sys/types.h>
#include <sys/stat.h>
#endif /* STDC_HEADERS */