Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux/stdlib/regcomp.c')
-rw-r--r--newlib/libc/sys/linux/stdlib/regcomp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/newlib/libc/sys/linux/stdlib/regcomp.c b/newlib/libc/sys/linux/stdlib/regcomp.c
index 8a3886964..766c43829 100644
--- a/newlib/libc/sys/linux/stdlib/regcomp.c
+++ b/newlib/libc/sys/linux/stdlib/regcomp.c
@@ -41,7 +41,6 @@
static char sccsid[] = "@(#)regcomp.c 8.5 (Berkeley) 3/20/94";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/lib/libc/regex/regcomp.c,v 1.27 2002/03/22 21:52:47 obrien Exp $");
#include <sys/types.h>
#include <stdio.h>