DragonFly BSD
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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 5 Jan 2004 17:05:52 -0800 (PST)

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]