ports/ftp/tnftpd/files/patch-src-logutmp.c
Pav Lucistnik 6fac5f5979 - Add support for utmp/wtmp
- Bump portrevision

PR:		ports/61722
Submitted by:	Rudolf Cejka <cejkar@fit.vutbr.cz>
2004-01-23 22:51:48 +00:00

14 lines
297 B
C

--- src/logutmp.c-orig Mon Feb 24 07:38:44 2003
+++ src/logutmp.c Thu Jan 22 11:59:38 2004
@@ -40,10 +40,10 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include <ttyent.h>
#include <unistd.h>
#include <utmp.h>
-#include <util.h>
#include "extern.h"