From 9dd5cb570c8dd5c09c93cfce9b1e7e1edfeef0c8 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 9 Jan 1998 20:30:20 +0000 Subject: [PATCH] rename logwtmp -> ftpd_logwtmp not to conflict with libc. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4291 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftpd/logwtmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/ftp/ftpd/logwtmp.c b/appl/ftp/ftpd/logwtmp.c index 1479dbf43..977e2f1fc 100644 --- a/appl/ftp/ftpd/logwtmp.c +++ b/appl/ftp/ftpd/logwtmp.c @@ -74,7 +74,7 @@ RCSID("$Id$"); #endif void -logwtmp(char *line, char *name, char *host) +ftpd_logwtmp(char *line, char *name, char *host) { static int init = 0; static int fd;