From 397d88d4e2f647f7e977f4d337ac950853ea3ca5 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Mon, 15 Oct 2007 14:55:15 +0000 Subject: INTEGRATION: CWS dmake411 (1.8.6); FILE MERGED 2007/09/19 00:34:36 vq 1.8.6.1: #i81252# Add a new SHELLCMDQUOTE control macro. --- dmake/unix/bsd43/vf/public.h | 8 ++++---- dmake/unix/bsdarm32/public.h | 8 ++++---- dmake/unix/coherent/ver40/public.h | 8 ++++---- dmake/unix/coherent/ver42/public.h | 8 ++++---- dmake/unix/cygwin/public.h | 10 +++++----- 5 files changed, 21 insertions(+), 21 deletions(-) (limited to 'dmake/unix') diff --git a/dmake/unix/bsd43/vf/public.h b/dmake/unix/bsd43/vf/public.h index 84bac3e5b5cd..4483a04fe534 100644 --- a/dmake/unix/bsd43/vf/public.h +++ b/dmake/unix/bsd43/vf/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.8 2007-01-18 09:45:33 vg Exp $ +/* RCS $Id: public.h,v 1.9 2007-10-15 15:54:25 ihi Exp $ -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- -- @@ -112,8 +112,8 @@ int Do_touch ANSI((char *, char *, char **)); void Void_lib_cache ANSI((char *, char *)); time_t Do_time ANSI(()); void Do_profile_output ANSI((char *, uint16, CELLPTR)); -int Do_cmnd ANSI((char *, int, int, CELLPTR, t_attr, int)); -char ** Pack_argv ANSI((int, int, char *)); +int Do_cmnd ANSI((char **, int, int, CELLPTR, t_attr, int)); +char ** Pack_argv ANSI((int, int, char **)); char *Read_env_string ANSI((char *)); int Write_env_string ANSI((char *, char *)); void ReadEnvironment ANSI(()); @@ -159,7 +159,7 @@ int touch_arch ANSI(( char *, char *)); void void_lcache ANSI(( char *, char *)); int If_root_path ANSI((char *)); void Remove_prq ANSI((CELLPTR)); -int runargv ANSI((CELLPTR, int, int, t_attr, char *)); +int runargv ANSI((CELLPTR, int, int, t_attr, char **)); int Wait_for_child ANSI((int, int)); void Clean_up_processes ANSI(()); time_t CacheStat ANSI((char *, int)); diff --git a/dmake/unix/bsdarm32/public.h b/dmake/unix/bsdarm32/public.h index c67aea95f672..f06831cdc264 100644 --- a/dmake/unix/bsdarm32/public.h +++ b/dmake/unix/bsdarm32/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.8 2007-01-18 09:45:46 vg Exp $ +/* RCS $Id: public.h,v 1.9 2007-10-15 15:54:38 ihi Exp $ -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- -- @@ -112,8 +112,8 @@ int Do_touch ANSI((char *, char *, char **)); void Void_lib_cache ANSI((char *, char *)); time_t Do_time ANSI(()); void Do_profile_output ANSI((char *, uint16, CELLPTR)); -int Do_cmnd ANSI((char *, int, int, CELLPTR, t_attr, int)); -char ** Pack_argv ANSI((int, int, char *)); +int Do_cmnd ANSI((char **, int, int, CELLPTR, t_attr, int)); +char ** Pack_argv ANSI((int, int, char **)); char *Read_env_string ANSI((char *)); int Write_env_string ANSI((char *, char *)); void ReadEnvironment ANSI(()); @@ -159,7 +159,7 @@ int touch_arch ANSI(( char *, char *)); void void_lcache ANSI(( char *, char *)); int If_root_path ANSI((char *)); void Remove_prq ANSI((CELLPTR)); -int runargv ANSI((CELLPTR, int, int, t_attr, char *)); +int runargv ANSI((CELLPTR, int, int, t_attr, char **)); int Wait_for_child ANSI((int, int)); void Clean_up_processes ANSI(()); time_t CacheStat ANSI((char *, int)); diff --git a/dmake/unix/coherent/ver40/public.h b/dmake/unix/coherent/ver40/public.h index 6c5edb4c8ee9..63ae40f18087 100644 --- a/dmake/unix/coherent/ver40/public.h +++ b/dmake/unix/coherent/ver40/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.8 2007-01-18 09:45:59 vg Exp $ +/* RCS $Id: public.h,v 1.9 2007-10-15 15:54:51 ihi Exp $ -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- -- @@ -112,8 +112,8 @@ int Do_touch ANSI((char *, char *, char **)); void Void_lib_cache ANSI((char *, char *)); time_t Do_time ANSI(()); void Do_profile_output ANSI((char *, uint16, CELLPTR)); -int Do_cmnd ANSI((char *, int, int, CELLPTR, t_attr, int)); -char ** Pack_argv ANSI((int, int, char *)); +int Do_cmnd ANSI((char **, int, int, CELLPTR, t_attr, int)); +char ** Pack_argv ANSI((int, int, char **)); char *Read_env_string ANSI((char *)); int Write_env_string ANSI((char *, char *)); void ReadEnvironment ANSI(()); @@ -159,7 +159,7 @@ int touch_arch ANSI(( char *, char *)); void void_lcache ANSI(( char *, char *)); int If_root_path ANSI((char *)); void Remove_prq ANSI((CELLPTR)); -int runargv ANSI((CELLPTR, int, int, t_attr, char *)); +int runargv ANSI((CELLPTR, int, int, t_attr, char **)); int Wait_for_child ANSI((int, int)); void Clean_up_processes ANSI(()); time_t CacheStat ANSI((char *, int)); diff --git a/dmake/unix/coherent/ver42/public.h b/dmake/unix/coherent/ver42/public.h index d9bbbc751ae8..3921d7ccda29 100644 --- a/dmake/unix/coherent/ver42/public.h +++ b/dmake/unix/coherent/ver42/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.8 2007-01-18 09:46:11 vg Exp $ +/* RCS $Id: public.h,v 1.9 2007-10-15 15:55:03 ihi Exp $ -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- -- @@ -112,8 +112,8 @@ int Do_touch ANSI((char *, char *, char **)); void Void_lib_cache ANSI((char *, char *)); time_t Do_time ANSI(()); void Do_profile_output ANSI((char *, uint16, CELLPTR)); -int Do_cmnd ANSI((char *, int, int, CELLPTR, t_attr, int)); -char ** Pack_argv ANSI((int, int, char *)); +int Do_cmnd ANSI((char **, int, int, CELLPTR, t_attr, int)); +char ** Pack_argv ANSI((int, int, char **)); char *Read_env_string ANSI((char *)); int Write_env_string ANSI((char *, char *)); void ReadEnvironment ANSI(()); @@ -159,7 +159,7 @@ int touch_arch ANSI(( char *, char *)); void void_lcache ANSI(( char *, char *)); int If_root_path ANSI((char *)); void Remove_prq ANSI((CELLPTR)); -int runargv ANSI((CELLPTR, int, int, t_attr, char *)); +int runargv ANSI((CELLPTR, int, int, t_attr, char **)); int Wait_for_child ANSI((int, int)); void Clean_up_processes ANSI(()); time_t CacheStat ANSI((char *, int)); diff --git a/dmake/unix/cygwin/public.h b/dmake/unix/cygwin/public.h index c624ea11ff9e..02129e2b3d3a 100644 --- a/dmake/unix/cygwin/public.h +++ b/dmake/unix/cygwin/public.h @@ -1,6 +1,6 @@ /* $RCSfile: public.h,v $ --- $Revision: 1.8 $ --- last change: $Author: vg $ $Date: 2007-01-18 09:46:22 $ +-- $Revision: 1.9 $ +-- last change: $Author: ihi $ $Date: 2007-10-15 15:55:15 $ -- -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- @@ -115,8 +115,8 @@ int Do_touch ANSI((char *, char *, char **)); void Void_lib_cache ANSI((char *, char *)); time_t Do_time ANSI(()); void Do_profile_output ANSI((char *, uint16, CELLPTR)); -int Do_cmnd ANSI((char *, int, int, CELLPTR, t_attr, int)); -char ** Pack_argv ANSI((int, int, char *)); +int Do_cmnd ANSI((char **, int, int, CELLPTR, t_attr, int)); +char ** Pack_argv ANSI((int, int, char **)); char *Read_env_string ANSI((char *)); int Write_env_string ANSI((char *, char *)); void ReadEnvironment ANSI(()); @@ -163,7 +163,7 @@ int touch_arch ANSI(( char *, char *)); void void_lcache ANSI(( char *, char *)); int If_root_path ANSI((char *)); void Remove_prq ANSI((CELLPTR)); -int runargv ANSI((CELLPTR, int, int, t_attr, char *)); +int runargv ANSI((CELLPTR, int, int, t_attr, char **)); int Wait_for_child ANSI((int, int)); void Clean_up_processes ANSI(()); time_t CacheStat ANSI((char *, int)); -- cgit