|
|
| version 1.2, 2003/06/17 04:27:07 | version 1.3, 2003/11/14 03:54:29 |
|---|---|
| Line 33 | Line 33 |
| * @(#) Copyright (c) 1983, 1993 The Regents of the University of California. All rights reserved. | * @(#) Copyright (c) 1983, 1993 The Regents of the University of California. All rights reserved. |
| * @(#)fingerd.c 8.1 (Berkeley) 6/4/93 | * @(#)fingerd.c 8.1 (Berkeley) 6/4/93 |
| * $FreeBSD: src/libexec/fingerd/fingerd.c,v 1.16.2.3 2002/04/03 09:05:23 mike Exp $ | * $FreeBSD: src/libexec/fingerd/fingerd.c,v 1.16.2.3 2002/04/03 09:05:23 mike Exp $ |
| * $DragonFly: src/libexec/fingerd/fingerd.c,v 1.1 2003/06/16 04:58:34 dillon Exp $ | * $DragonFly$ |
| */ | */ |
| #include <sys/types.h> | #include <sys/types.h> |
| Line 53 | Line 53 |
| #include <strings.h> | #include <strings.h> |
| #include "pathnames.h" | #include "pathnames.h" |
| void logerr __P((const char *, ...)); | void logerr (const char *, ...); |
| int | int |
| main(argc, argv) | main(argc, argv) |