aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/logout.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove login(3), logout(3) and logwtmp(3) from libutil.Ed Schouten2010-01-131-74/+0
| | | | | | | | | | | | | These functions only apply to utmp(5). They cannot be kept intact when moving towards utmpx. The login(3) function would break, because its argument is an utmp structure. The logout(3) and logwtmp(3) functions cannot be used, since they provide a functionality which partially overlaps. Increment SHLIB_MAJOR to 9 to indicate the removal. Notes: svn path=/head/; revision=202216
* Remove California Regent's clause 3, per letterWarner Losh2007-01-091-4/+0
| | | | Notes: svn path=/head/; revision=165906
* ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.Mark Murray2003-10-181-2/+1
| | | | Notes: svn path=/head/; revision=121193
* Tidy up. Sort headers.Mark Murray2003-06-141-3/+3
| | | | Notes: svn path=/head/; revision=116344
* Oops. Some ut_time stuff slipped through the cracks. These turned outPeter Wemm2002-11-171-1/+2
| | | | | | | to be non-fatal due to stack alignment roundups. Notes: svn path=/head/; revision=107030
* Add __FBSDID()s to libutilMatthew Dillon2001-09-301-3/+3
| | | | Notes: svn path=/head/; revision=84225
* Constify the arg to logout(3). It is const-safe.Peter Wemm2000-09-041-2/+2
| | | | | | | (cosmetic: drop some "register" qualifications too.) Notes: svn path=/head/; revision=65431
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Now take stdio.h out of files that don't require it.Jordan K. Hubbard1998-10-091-2/+1
| | | | Notes: svn path=/head/; revision=40117
* All these have to include stdio.h now.Jordan K. Hubbard1998-10-091-1/+2
| | | | Notes: svn path=/head/; revision=40091
* Protect the copyright comments from reformatting bySteve Price1997-08-131-1/+6
| | | | | | | | | | indent and make this compile -Wall clean like the Makefile suggests that it should. :) Pointed out by: Bruce Evans <bde@zeta.org.au> Notes: svn path=/head/; revision=28179
* Bump libutil revision after recent addition of setproctitle().Peter Wemm1996-01-011-0/+1
| | | | | | | | | | | 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: svn path=/head/; revision=13137
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+72
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573