summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/vwarn.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zap remaining rcsid.espie2005-08-081-4/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* ansify function definitions and zap some `register'jfb2004-05-181-4/+2
| | | | ok millert@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* __indr_reference() and the definition in the same compilation unit arefgsch2002-06-121-7/+4
| | | | | | | a bad idea. use __weak_alias(), but for now put the definition at the bottom, since AUX_FUNC is not properly propagated to the weak definition, and will cause grief to the linker. should fix vax. tested by hin@ via LDSTATIC=-static, millert@ ok.
* use weak aliases whenever is possible; millert@ ok.fgsch2002-06-081-1/+8
|
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-6/+1
|
* Fix RCS idstholo1996-08-191-8/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* sync to netbsd 960418deraadt1996-04-211-0/+72