summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lastlogin/lastlogin.c
Commit message (Collapse)AuthorAgeFilesLines
* de-__P()alfred2002-07-111-3/+3
|
* Fixed some world breakage caused by not updating clients when <timeconv.h>bde2002-07-081-0/+1
| | | | | was split off from <time.h>. This became fatal here when -Werror was reenabled.
* Don't depend on <pwd.h> to bogusly include <sys/types.h>.mike2002-06-091-0/+1
|
* I've been meaning to do this for a while. Add an underscore to thedillon2002-01-191-1/+1
| | | | | | | | time_to_xxx() and xxx_to_time() functions. e.g. _time_to_xxx() instead of time_to_xxx(), to make it more obvious that these are stopgap functions & placemarkers and not meant to create a defacto standard. They will eventually be replaced when a real standard comes out of committee.
* Fix ctime(&int) due to change to lastlog->ll_timedillon2001-10-291-1/+2
|
* Include stdlib.h for exit(3).dd2001-06-241-0/+1
| | | | Submitted by: Mike Barcroft <mike@q9media.com>
* Remove unused #includes, duplicate $FreeBSD$ and $NetBSD$ definitions.charnier2000-12-101-7/+1
| | | | Reviewed by: Ruslan Ermilov <ru@FreeBSD.org>
* Added the lastlogin utility.ru2000-11-141-0/+136
Obtained from: NetBSD
OpenPOWER on IntegriCloud