summaryrefslogtreecommitdiffstats
path: root/sys/libkern/strtoq.c
Commit message (Collapse)AuthorAgeFilesLines
* Use __FBSDID().obrien2003-06-111-2/+3
|
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-1/+1
| | | | | | | Change all in-tree consumers to include <sys/limits.h> Discussed on: standards@ Partially submitted by: Craig Rodrigues <rodrigc@attbi.com>
* Eliminate compiler warning.archie1999-12-011-1/+1
|
* Change the prototype of the strto* routines to make the secondarchie1999-11-241-2/+2
| | | | | | | | | | | parameter a char ** instead of a const char **. This make these kernel routines consistent with the corresponding libc userland routines. Which is actually 'correct' is debatable, but consistency and following the spec was deemed more important in this case. Reviewed by (in concept): phk, bde
* Move strto{u}[ql]() into their own libkern files.phk1999-11-031-0/+133
Urged by: bde
OpenPOWER on IntegriCloud