diff options
-rw-r--r-- | dmake/unix/solaris/public.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dmake/unix/solaris/public.h b/dmake/unix/solaris/public.h index 6f6568ce7b57..16f322b6a94c 100644 --- a/dmake/unix/solaris/public.h +++ b/dmake/unix/solaris/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.6 2007-01-18 09:47:00 vg Exp $ +/* RCS $Id: public.h,v 1.7 2007-10-15 15:56:04 ihi Exp $ -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- -- @@ -111,8 +111,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(()); @@ -158,7 +158,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)); |