History log of /netbsd-src/sys/lib/libkern/scanc.c (Results 1 – 8 of 8)
Revision Date Author Comments
# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# aad01611 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.


# 9bbc26f3 09-Aug-2001 lukem <lukem@NetBSD.org>

convert to ansi knf, and fix a bug where the last arg was incorrectly
'u_char' instead of 'int' (per the prototype and usage and other scanc
implementations)


# 1279e67b 30-Mar-2000 augustss <augustss@NetBSD.org>

Kill some more register declarations.


# bba547e0 24-Oct-1996 cgd <cgd@NetBSD.org>

second and third args to scanc() (string and table) are not and should not
be modified. Make them 'const'.


# fb901eb9 14-Mar-1996 christos <christos@NetBSD.org>

- Add missing prototypes
- Bring prototypes into scope
- Correct prototype for skpc


# aa9eacdd 26-Oct-1994 cgd <cgd@NetBSD.org>

new RCS ID format.


# 2d4295eb 13-Oct-1993 cgd <cgd@NetBSD.org>

move 'boot' and 'libkern' into 'lib'. generally clean up 'kernel library'
building and dependencies.