summaryrefslogtreecommitdiffstats
path: root/newlib/libc/sys/linux/stdlib/fnmatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux/stdlib/fnmatch.c')
-rw-r--r--newlib/libc/sys/linux/stdlib/fnmatch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/newlib/libc/sys/linux/stdlib/fnmatch.c b/newlib/libc/sys/linux/stdlib/fnmatch.c
index 7b6f10dff..4f86e8fbc 100644
--- a/newlib/libc/sys/linux/stdlib/fnmatch.c
+++ b/newlib/libc/sys/linux/stdlib/fnmatch.c
@@ -38,7 +38,6 @@
static char sccsid[] = "@(#)fnmatch.c 8.2 (Berkeley) 4/16/94";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/lib/libc/gen/fnmatch.c,v 1.15 2002/02/01 01:32:19 obrien Exp $");
/*
* Function fnmatch() as specified in POSIX 1003.2-1992, section B.6.