diff options
author | peter <peter@FreeBSD.org> | 1996-01-01 08:27:41 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-01-01 08:27:41 +0000 |
commit | 42bbbd28614c699542553f24fb84264a5130e8e7 (patch) | |
tree | aac25102c388712f99b4b8c8c49d800d87028e5a /lib/libutil/logout.c | |
parent | caa7284440e2e3d7c0e61a6365754b0094120761 (diff) | |
download | FreeBSD-src-42bbbd28614c699542553f24fb84264a5130e8e7.zip FreeBSD-src-42bbbd28614c699542553f24fb84264a5130e8e7.tar.gz |
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.
Diffstat (limited to 'lib/libutil/logout.c')
-rw-r--r-- | lib/libutil/logout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libutil/logout.c b/lib/libutil/logout.c index 11da24f..d8cf3c8 100644 --- a/lib/libutil/logout.c +++ b/lib/libutil/logout.c @@ -43,6 +43,7 @@ static char sccsid[] = "@(#)logout.c 8.1 (Berkeley) 6/4/93"; #include <unistd.h> #include <stdlib.h> #include <string.h> +#include <libutil.h> typedef struct utmp UTMP; |