Date: Mon, 7 Oct 2002 21:15:55 -0700 (PDT) From: Dima Dorfman <dd@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/libkern fnmatch.c src/sys/sys libkern.h Message-ID: <200210080415.g984FuRk039798@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dd 2002/10/07 21:15:55 PDT Modified files: sys/conf files sys/libkern fnmatch.c sys/sys libkern.h Log: Import the libc fnmatch() into the kernel. This will be used by, among other things, the DEVFS rule subsystem to match nodes against a path pattern supplied by the user. fnmatch.c was repo-copied from src/lib/libc/gen/fnmatch.c, and the only changes to it are those necessary to make it compile in the kernel. The relevant parts of fnmatch.h were imported into libkern.h. Approved by: -arch Revision Changes Path 1.715 +1 -0 src/sys/conf/files 1.16 +9 -20 src/sys/libkern/fnmatch.c 1.32 +13 -0 src/sys/sys/libkern.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210080415.g984FuRk039798>