aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/login.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-01-01 08:27:41 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-01-01 08:27:41 +0000
commit3b7e1cc80ffe102239ea20f8ea00eb74bebbc4e9 (patch)
treeaac25102c388712f99b4b8c8c49d800d87028e5a /lib/libutil/login.c
parentcd5e85eb474d524f6dd5c9809b8cfd504960a901 (diff)
downloadsrc-3b7e1cc80ffe102239ea20f8ea00eb74bebbc4e9.tar.gz
src-3b7e1cc80ffe102239ea20f8ea00eb74bebbc4e9.zip
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.
Notes
Notes: svn path=/head/; revision=13137
Diffstat (limited to 'lib/libutil/login.c')
-rw-r--r--lib/libutil/login.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libutil/login.c b/lib/libutil/login.c
index 911c2892d204..3e68563a9113 100644
--- a/lib/libutil/login.c
+++ b/lib/libutil/login.c
@@ -42,6 +42,7 @@ static char sccsid[] = "@(#)login.c 8.1 (Berkeley) 6/4/93";
#include <stdlib.h>
#include <utmp.h>
#include <stdio.h>
+#include <libutil.h>
void
login(ut)