freebsd-ports/ftp/tnftpd/files/patch-src-logutmp.c
Pav Lucistnik 4f8677eb55 - Update to 20031217 snapshot
PR:		ports/62069
Submitted by:	Rudolf Cejka <cejkar@fit.vutbr.cz> (maintainer)
2004-02-03 17:57:21 +00:00

17 lines
347 B
C

--- src/logutmp.c-orig Thu Jan 29 15:43:57 2004
+++ src/logutmp.c Thu Jan 29 15:44:33 2004
@@ -60,13 +60,13 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include <ttyent.h>
#include <unistd.h>
#include <utmp.h>
#ifdef SUPPORT_UTMPX
#include <utmpx.h>
#endif
-#include <util.h>
#include "extern.h"