summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/logwtmp.c
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1997-09-05 11:44:00 +0000
committertg <tg@FreeBSD.org>1997-09-05 11:44:00 +0000
commit572d82313f682971f03ba47c832271490846a004 (patch)
treeb83a634d2eda2115936b2faf828f4c6fc1c1a904 /libexec/ftpd/logwtmp.c
parentac3b66e27a37035f1c56d55a323e1a29a6105ef4 (diff)
downloadFreeBSD-src-572d82313f682971f03ba47c832271490846a004.zip
FreeBSD-src-572d82313f682971f03ba47c832271490846a004.tar.gz
Hopefully better fix for logwtmp(): rename to a private
version ftpd_logwtmp().
Diffstat (limited to 'libexec/ftpd/logwtmp.c')
-rw-r--r--libexec/ftpd/logwtmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftpd/logwtmp.c b/libexec/ftpd/logwtmp.c
index 9562795..25deb506 100644
--- a/libexec/ftpd/logwtmp.c
+++ b/libexec/ftpd/logwtmp.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: logwtmp.c,v 1.5 1997/02/22 14:21:29 peter Exp $
*/
#ifndef lint
@@ -59,7 +59,7 @@ static int fd = -1;
* after login, but before logout).
*/
void
-logwtmp(line, name, host)
+ftpd_logwtmp(line, name, host)
char *line, *name, *host;
{
struct utmp ut;
OpenPOWER on IntegriCloud