summaryrefslogtreecommitdiffstats
path: root/sys/lib/libsa/snprintf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused static local variable; mickey@miod2015-03-101-3/+1
|
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
| | | | ok guenther millert kettenis
* put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosespie2004-01-031-2/+2
| | | | | | | to built-ins, so eventually we will have one version of these files. Special adjustments for the kernel to cope: machine/stdarg.h -> sys/stdarg.h and machine/ansi.h needs to have a _BSD_VA_LIST_ for syslog* prototypes. okay millert@, drahn@, miod@.
* ansification and knf and protosderaadt2003-08-111-3/+2
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-041-6/+2
| | | | rescinded 22 July 1999. This got missed in the omnibus commit.
* strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt2003-06-011-0/+83
various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind