opnsense-ports/comms/zssh/files/patch-zssh.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

23 lines
399 B
C

--- 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 */