diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-16 23:32:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-16 23:32:12 +0000 |
commit | d13456edfa63da88ed7304a13514844b39bd57f3 (patch) | |
tree | f438f359b18ea3688d5cf362b6ce1c51172cc21c /sys-devel | |
parent | Make binutils/gcc/linux-headers dynamic package names (to support mips-header... (diff) | |
download | gentoo-2-d13456edfa63da88ed7304a13514844b39bd57f3.tar.gz gentoo-2-d13456edfa63da88ed7304a13514844b39bd57f3.tar.bz2 gentoo-2-d13456edfa63da88ed7304a13514844b39bd57f3.zip |
#include <wait.h> -> #include <sys/wait.h> #79911
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-devel')
-rwxr-xr-x | sys-devel/gcc-config/files/gcc-config-1.3.10 | 9 | ||||
-rwxr-xr-x | sys-devel/gcc-config/files/gcc-config-1.3.8 | 9 | ||||
-rwxr-xr-x | sys-devel/gcc-config/files/gcc-config-1.4.0 | 9 | ||||
-rw-r--r-- | sys-devel/gcc-config/files/wrapper-1.4.3.c | 6 | ||||
-rw-r--r-- | sys-devel/gcc-config/files/wrapper-1.4.5.c | 6 | ||||
-rw-r--r-- | sys-devel/gcc-config/files/wrapper-1.4.6.c | 6 |
6 files changed, 21 insertions, 24 deletions
diff --git a/sys-devel/gcc-config/files/gcc-config-1.3.10 b/sys-devel/gcc-config/files/gcc-config-1.3.10 index 009f08d0d324..a2e74f9493c0 100755 --- a/sys-devel/gcc-config/files/gcc-config-1.3.10 +++ b/sys-devel/gcc-config/files/gcc-config-1.3.10 @@ -1,13 +1,12 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.3.10,v 1.3 2005/02/04 00:10:39 vapier Exp $ -# Author: Martin Schlemmer <azarah@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.3.10,v 1.4 2005/03/16 23:32:11 vapier Exp $ trap ":" INT QUIT TSTP -source /etc/init.d/functions.sh || { - echo "$0: Could not source /etc/init.d/functions.sh!" +source /sbin/functions.sh || { + echo "$0: Could not source /sbin/functions.sh!" exit 1 } umask 022 diff --git a/sys-devel/gcc-config/files/gcc-config-1.3.8 b/sys-devel/gcc-config/files/gcc-config-1.3.8 index 3e186aa950f8..71575f75b489 100755 --- a/sys-devel/gcc-config/files/gcc-config-1.3.8 +++ b/sys-devel/gcc-config/files/gcc-config-1.3.8 @@ -1,13 +1,12 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.3.8,v 1.6 2005/01/19 23:26:13 vapier Exp $ -# Author: Martin Schlemmer <azarah@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.3.8,v 1.7 2005/03/16 23:32:12 vapier Exp $ trap ":" INT QUIT TSTP -source /etc/init.d/functions.sh || { - echo "$0: Could not source /etc/init.d/functions.sh!" +source /sbin/functions.sh || { + echo "$0: Could not source /sbin/functions.sh!" exit 1 } umask 022 diff --git a/sys-devel/gcc-config/files/gcc-config-1.4.0 b/sys-devel/gcc-config/files/gcc-config-1.4.0 index 19cbf8a7a26b..f19fffc54256 100755 --- a/sys-devel/gcc-config/files/gcc-config-1.4.0 +++ b/sys-devel/gcc-config/files/gcc-config-1.4.0 @@ -1,13 +1,12 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.0,v 1.5 2005/03/05 00:40:36 eradicator Exp $ -# Author: Martin Schlemmer <azarah@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.0,v 1.6 2005/03/16 23:32:12 vapier Exp $ trap ":" INT QUIT TSTP -source /etc/init.d/functions.sh || { - echo "$0: Could not source /etc/init.d/functions.sh!" +source /sbin/functions.sh || { + echo "$0: Could not source /sbin/functions.sh!" exit 1 } umask 022 diff --git a/sys-devel/gcc-config/files/wrapper-1.4.3.c b/sys-devel/gcc-config/files/wrapper-1.4.3.c index c5e96387997f..9a321851d888 100644 --- a/sys-devel/gcc-config/files/wrapper-1.4.3.c +++ b/sys-devel/gcc-config/files/wrapper-1.4.3.c @@ -1,7 +1,7 @@ /* - * Copyright 1999-2004 Gentoo Foundation + * Copyright 1999-2005 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 - * $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/wrapper-1.4.3.c,v 1.4 2004/12/29 01:05:58 vapier Exp $ + * $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/wrapper-1.4.3.c,v 1.5 2005/03/16 23:32:12 vapier Exp $ * Author: Martin Schlemmer <azarah@gentoo.org> */ @@ -14,7 +14,7 @@ #include <sys/stat.h> #include <sys/param.h> #include <unistd.h> -#include <wait.h> +#include <sys/wait.h> #include <libgen.h> #include <string.h> #include <stdarg.h> diff --git a/sys-devel/gcc-config/files/wrapper-1.4.5.c b/sys-devel/gcc-config/files/wrapper-1.4.5.c index 6ae21342c8f6..4c9abdc72d50 100644 --- a/sys-devel/gcc-config/files/wrapper-1.4.5.c +++ b/sys-devel/gcc-config/files/wrapper-1.4.5.c @@ -1,7 +1,7 @@ /* - * Copyright 1999-2004 Gentoo Foundation + * Copyright 1999-2005 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 - * $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/wrapper-1.4.5.c,v 1.3 2005/02/07 19:24:21 eradicator Exp $ + * $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/wrapper-1.4.5.c,v 1.4 2005/03/16 23:32:12 vapier Exp $ * Author: Martin Schlemmer <azarah@gentoo.org> */ @@ -14,7 +14,7 @@ #include <sys/stat.h> #include <sys/param.h> #include <unistd.h> -#include <wait.h> +#include <sys/wait.h> #include <libgen.h> #include <string.h> #include <stdarg.h> diff --git a/sys-devel/gcc-config/files/wrapper-1.4.6.c b/sys-devel/gcc-config/files/wrapper-1.4.6.c index 68083237c9e8..b59ec542aa8b 100644 --- a/sys-devel/gcc-config/files/wrapper-1.4.6.c +++ b/sys-devel/gcc-config/files/wrapper-1.4.6.c @@ -1,7 +1,7 @@ /* - * Copyright 1999-2004 Gentoo Foundation + * Copyright 1999-2005 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 - * $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/wrapper-1.4.6.c,v 1.1 2005/02/19 10:04:01 eradicator Exp $ + * $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/wrapper-1.4.6.c,v 1.2 2005/03/16 23:32:12 vapier Exp $ * Author: Martin Schlemmer <azarah@gentoo.org> */ @@ -14,7 +14,7 @@ #include <sys/stat.h> #include <sys/param.h> #include <unistd.h> -#include <wait.h> +#include <sys/wait.h> #include <libgen.h> #include <string.h> #include <stdarg.h> |