summaryrefslogtreecommitdiffstats
path: root/lib/libutil/fparseln.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+1
| | | | ok guenther millert kettenis
* scrape $Id$ tags.espie2005-08-021-5/+1
| | | | okay deraadt@, millert@, krw@
* knf; otto okderaadt2004-05-281-22/+10
|
* some -Wall and spaces cleanup, scsi.c left.fgsch2002-06-091-2/+2
| | | | some brave soul should look at it.
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-4/+4
|
* consistently use #include "util.h" not <util.h> since util.h lives in this dir.millert2001-08-161-3/+4
|
* Added fparseln from NetBSD.jakob1999-07-201-0/+225
ok deraadt@