DragonFly commits List (threaded) for 2004-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/sys libkern.h src/sys/libkern fnmatch.c
dillon 2004/01/05 17:05:52 PST
DragonFly src repository
Modified files:
sys/sys libkern.h
sys/libkern fnmatch.c
Log:
Maintain the fnmatch() API from FreeBSD-5 using an inline, rename the
core fnmatch procedure to _fnmatch, and add a nesting count to it to avoid
stack overflows. Also cleanup the syntax (mainly add braces and ansification).
Revision Changes Path
1.6 +6 -1 src/sys/sys/libkern.h
1.2 +28 -22 src/sys/libkern/fnmatch.c
http://www.dragonflybsd.org/cvsweb/src/sys/sys/libkern.h.diff?r1=1.5&r2=1.6&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/libkern/fnmatch.c.diff?r1=1.1&r2=1.2&f=h
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]