freebsd-ports/ftp/lukemftpd/files/patch-logutmp.c
Daniel Harris d9c0b1517f Fix wtmp and utmp logging.
PR:		27720
Submitted by:	maintainer
2001-05-30 01:04:24 +00:00

20 lines
301 B
C

--- src/logutmp.c.old Sat May 26 16:07:13 2001
+++ src/logutmp.c Sat May 26 16:07:39 2001
@@ -45,7 +45,7 @@
*/
void
-login(const UTMP *ut)
+ftpd_login(const UTMP *ut)
{
UTMP ubuf;
@@ -85,7 +85,7 @@
}
int
-logout(const char *line)
+ftpd_logout(const char *line)
{
UTMP ut;
int rval;