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/regfree.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/regex/regfree.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- src/lib/libc/regex/regfree.c 2007/02/08 05:44:18 1.14 +++ src/lib/libc/regex/regfree.c 2007/02/09 23:44:18 1.15 @@ -1,4 +1,4 @@ -/* $NetBSD: regfree.c,v 1.14 2007/02/08 05:44:18 junyoung Exp $ */ +/* $NetBSD: regfree.c,v 1.15 2007/02/09 23:44:18 junyoung Exp $ */ /*- * Copyright (c) 1992, 1993, 1994 @@ -76,7 +76,7 @@ #if 0 static char sccsid[] = "@(#)regfree.c 8.3 (Berkeley) 3/20/94"; #else -__RCSID("$NetBSD: regfree.c,v 1.14 2007/02/08 05:44:18 junyoung Exp $"); +__RCSID("$NetBSD: regfree.c,v 1.15 2007/02/09 23:44:18 junyoung Exp $"); #endif #endif /* LIBC_SCCS and not lint */ @@ -84,9 +84,9 @@ __RCSID("$NetBSD: regfree.c,v 1.14 2007/ #include #include -#include #include #include +#include #ifdef __weak_alias __weak_alias(regfree,_regfree)