Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/regex/regcomp.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/regex/regcomp.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.27 retrieving revision 1.28 diff -u -p -r1.27 -r1.28 --- src/lib/libc/regex/regcomp.c 2007/02/08 05:44:18 1.27 +++ src/lib/libc/regex/regcomp.c 2007/02/09 23:44:18 1.28 @@ -1,4 +1,4 @@ -/* $NetBSD: regcomp.c,v 1.27 2007/02/08 05:44:18 junyoung Exp $ */ +/* $NetBSD: regcomp.c,v 1.28 2007/02/09 23:44:18 junyoung Exp $ */ /*- * Copyright (c) 1992, 1993, 1994 @@ -76,7 +76,7 @@ #if 0 static char sccsid[] = "@(#)regcomp.c 8.5 (Berkeley) 3/20/94"; #else -__RCSID("$NetBSD: regcomp.c,v 1.27 2007/02/08 05:44:18 junyoung Exp $"); +__RCSID("$NetBSD: regcomp.c,v 1.28 2007/02/09 23:44:18 junyoung Exp $"); #endif #endif /* LIBC_SCCS and not lint */ @@ -86,10 +86,10 @@ __RCSID("$NetBSD: regcomp.c,v 1.27 2007/ #include #include #include -#include #include #include #include +#include #ifdef __weak_alias __weak_alias(regcomp,_regcomp)