From 931a89e75ca782516d9fd7659daab3592ebd3a7b Mon Sep 17 00:00:00 2001 From: junyoung Date: Fri, 9 Feb 2007 23:44:18 +0000 Subject: [PATCH] Rearrange headers for better portability. --- lib/libc/regex/regcomp.c | 6 +++--- lib/libc/regex/regerror.c | 6 +++--- lib/libc/regex/regexec.c | 6 +++--- lib/libc/regex/regfree.c | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lib/libc/regex/regcomp.c b/lib/libc/regex/regcomp.c index f4635a75bcd1..8b03f36f9ef9 100644 --- a/lib/libc/regex/regcomp.c +++ b/lib/libc/regex/regcomp.c @@ -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/02/08 05:44:18 junyoung Exp $"); #include #include #include -#include #include #include #include +#include #ifdef __weak_alias __weak_alias(regcomp,_regcomp) diff --git a/lib/libc/regex/regerror.c b/lib/libc/regex/regerror.c index 12af4b48943d..e00d7c035f4a 100644 --- a/lib/libc/regex/regerror.c +++ b/lib/libc/regex/regerror.c @@ -1,4 +1,4 @@ -/* $NetBSD: regerror.c,v 1.22 2007/02/08 05:44:18 junyoung Exp $ */ +/* $NetBSD: regerror.c,v 1.23 2007/02/09 23:44:18 junyoung Exp $ */ /*- * Copyright (c) 1992, 1993, 1994 @@ -76,7 +76,7 @@ #if 0 static char sccsid[] = "@(#)regerror.c 8.4 (Berkeley) 3/20/94"; #else -__RCSID("$NetBSD: regerror.c,v 1.22 2007/02/08 05:44:18 junyoung Exp $"); +__RCSID("$NetBSD: regerror.c,v 1.23 2007/02/09 23:44:18 junyoung Exp $"); #endif #endif /* LIBC_SCCS and not lint */ @@ -86,10 +86,10 @@ __RCSID("$NetBSD: regerror.c,v 1.22 2007/02/08 05:44:18 junyoung Exp $"); #include #include #include -#include #include #include #include +#include #ifdef __weak_alias __weak_alias(regerror,_regerror) diff --git a/lib/libc/regex/regexec.c b/lib/libc/regex/regexec.c index d9f9f278bd68..4352bd816847 100644 --- a/lib/libc/regex/regexec.c +++ b/lib/libc/regex/regexec.c @@ -1,4 +1,4 @@ -/* $NetBSD: regexec.c,v 1.19 2007/02/08 05:44:18 junyoung Exp $ */ +/* $NetBSD: regexec.c,v 1.20 2007/02/09 23:44:18 junyoung Exp $ */ /*- * Copyright (c) 1992, 1993, 1994 @@ -76,7 +76,7 @@ #if 0 static char sccsid[] = "@(#)regexec.c 8.3 (Berkeley) 3/20/94"; #else -__RCSID("$NetBSD: regexec.c,v 1.19 2007/02/08 05:44:18 junyoung Exp $"); +__RCSID("$NetBSD: regexec.c,v 1.20 2007/02/09 23:44:18 junyoung Exp $"); #endif #endif /* LIBC_SCCS and not lint */ @@ -93,10 +93,10 @@ __RCSID("$NetBSD: regexec.c,v 1.19 2007/02/08 05:44:18 junyoung Exp $"); #include #include #include -#include #include #include #include +#include #ifdef __weak_alias __weak_alias(regexec,_regexec) diff --git a/lib/libc/regex/regfree.c b/lib/libc/regex/regfree.c index 8a03ea4679ce..ce011eade6b8 100644 --- a/lib/libc/regex/regfree.c +++ b/lib/libc/regex/regfree.c @@ -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/02/08 05:44:18 junyoung Exp $"); #include #include -#include #include #include +#include #ifdef __weak_alias __weak_alias(regfree,_regfree)