From owner-cvs-lib Mon Jan 1 00:27:46 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA12562 for cvs-lib-outgoing; Mon, 1 Jan 1996 00:27:46 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA12553 Mon, 1 Jan 1996 00:27:44 -0800 (PST) Date: Mon, 1 Jan 1996 00:27:44 -0800 (PST) From: Peter Wemm Message-Id: <199601010827.AAA12553@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/libutil libutil.h Makefile login.c login_tty.c logout.c logwtmp.c pty.c setproctitle.3 Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk peter 96/01/01 00:27:44 Modified: lib/libutil Makefile login.c login_tty.c logout.c logwtmp.c pty.c setproctitle.3 Added: lib/libutil libutil.h Log: Bump libutil revision after recent addition of setproctitle(). Install (optional) libutil.h with prototypes for the functions and document this in the man page. minor cleanups to the various routines, include the prototype file, declare return codes etc. Revision Changes Path 1.3 +7 -1 src/lib/libutil/Makefile 1.2 +1 -0 src/lib/libutil/login.c 1.2 +5 -0 src/lib/libutil/login_tty.c 1.2 +1 -0 src/lib/libutil/logout.c 1.2 +2 -0 src/lib/libutil/logwtmp.c 1.5 +2 -0 src/lib/libutil/pty.c 1.2 +9 -1 src/lib/libutil/setproctitle.3