summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/logwtmp.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1997-11-21 07:38:43 +0000
committercharnier <charnier@FreeBSD.org>1997-11-21 07:38:43 +0000
commit17df8f3da3d8554622eb7bc4660a7e7b363c1bfe (patch)
tree173e101570e635cc2633f03a3860abd1006858d2 /libexec/ftpd/logwtmp.c
parente74dd6943e8a2ab8560bf9e41f3793b7786d4dfa (diff)
downloadFreeBSD-src-17df8f3da3d8554622eb7bc4660a7e7b363c1bfe.zip
FreeBSD-src-17df8f3da3d8554622eb7bc4660a7e7b363c1bfe.tar.gz
Cosmetics in man page. Exit(-1) -> exit(1).
Diffstat (limited to 'libexec/ftpd/logwtmp.c')
-rw-r--r--libexec/ftpd/logwtmp.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/libexec/ftpd/logwtmp.c b/libexec/ftpd/logwtmp.c
index 25deb506..5c9cd3f 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>
OpenPOWER on IntegriCloud