cvs commit: src/sys/sys libkern.h src/sys/libkern fnmatch.c

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Jan 5 17:06:34 PST 2004


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





More information about the Commits mailing list