diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 1997-11-21 07:38:43 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 1997-11-21 07:38:43 +0000 |
| commit | e02897fa5ba3963f2dd7d477ae5e791410e0bf58 (patch) | |
| tree | 74143c5c7e8152c5c862ce6a68980670904a50bd /libexec/ftpd/logwtmp.c | |
| parent | 617d73c29db06b1d0bcf7db612709bc6d1110f6f (diff) | |
Notes
Diffstat (limited to 'libexec/ftpd/logwtmp.c')
| -rw-r--r-- | libexec/ftpd/logwtmp.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libexec/ftpd/logwtmp.c b/libexec/ftpd/logwtmp.c index 25deb506f5c7..5c9cd3fc2a3f 100644 --- a/libexec/ftpd/logwtmp.c +++ b/libexec/ftpd/logwtmp.c @@ -29,12 +29,14 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $Id: logwtmp.c,v 1.5 1997/02/22 14:21:29 peter Exp $ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)logwtmp.c 8.1 (Berkeley) 6/4/93"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ #include <sys/types.h> |
