summaryrefslogtreecommitdiff
path: root/lib/libc/string/bzero.c
AgeCommit message (Collapse)Author
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
These sys/cdefs.h are not needed. Purge them. They are mostly left-over from the $FreeBSD$ removal. A few in libc are still required for macros that cdefs.h defines. Keep those. Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D42385
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
2002-03-22Fix the style of the SCM ID's.David E. O'Brien
I believe have made all of libc .c's as consistent as possible. Notes: svn path=/head/; revision=92986
1997-10-15Added some 2-line source files to get a direct correspondenceBruce Evans
between sources and objects. This will be used to avoid messy special cases in Makefile.inc. Notes: svn path=/head/; revision=30444