History log of /netbsd/lib/libc/string/Lint_swab.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 6540fba4 05-Jul-2010 christos <christos@NetBSD.org>

consistency with c source


# d220ca5b 14-Jun-2000 cgd <cgd@NetBSD.org>

fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well. No functional changes.


# 023cd79c 06-Nov-1997 cgd <cgd@NetBSD.org>

lint stubs for functions which ports use assembly versions. When using
an assembly version of a function, add the right lint stub to the Makefile.inc
which specifies the source to build the function

lint stubs for functions which ports use assembly versions. When using
an assembly version of a function, add the right lint stub to the Makefile.inc
which specifies the source to build the function (see the
arch/i386/*/Makefile.inc). Can't just lint the normal C versions of these
functions, because some of them don't _have_ normal C versions and if
that were done dependencies would get messed up.

show more ...