From owner-cvs-libexec Fri Sep 5 04:48:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA02530 for cvs-libexec-outgoing; Fri, 5 Sep 1997 04:48:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA02472; Fri, 5 Sep 1997 04:46:09 -0700 (PDT) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA05235; Fri, 5 Sep 1997 04:44:01 -0700 (PDT) Date: Fri, 5 Sep 1997 04:44:01 -0700 (PDT) Message-Id: <199709051144.EAA05235@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: cvs commit: src/libexec/ftpd extern.h ftpd.c logwtmp.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk tg 1997/09/05 04:44:01 PDT Modified files: libexec/ftpd extern.h ftpd.c logwtmp.c Log: Hopefully better fix for logwtmp(): rename to a private version ftpd_logwtmp(). Revision Changes Path 1.11 +2 -1 src/libexec/ftpd/extern.h 1.42 +4 -4 src/libexec/ftpd/ftpd.c 1.6 +2 -2 src/libexec/ftpd/logwtmp.c