ports/ftp/tnftpd/files/patch-src-logutmp.c
Volker Stolz 142882e1de Update to 20040810, which contains latest security fixes
PR:		ports/70624
Submitted by:	Rudolf Cejka (maintainer)
2004-08-19 14:25:11 +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
@@ -59,13 +59,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"