summaryrefslogtreecommitdiff
path: root/dmake/unix
diff options
context:
space:
mode:
Diffstat (limited to 'dmake/unix')
-rw-r--r--dmake/unix/386ix/public.h6
-rw-r--r--dmake/unix/bsd43/public.h6
-rw-r--r--dmake/unix/bsd43/uw/public.h6
3 files changed, 9 insertions, 9 deletions
diff --git a/dmake/unix/386ix/public.h b/dmake/unix/386ix/public.h
index 32881386dee6..d56e37fdcc5a 100644
--- a/dmake/unix/386ix/public.h
+++ b/dmake/unix/386ix/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.7 2006-09-25 09:48:08 vg Exp $
+/* RCS $Id: public.h,v 1.8 2007-01-18 09:44:53 vg Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -112,7 +112,7 @@ 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, int, int, int));
+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 *));
@@ -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, int, int, 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/bsd43/public.h b/dmake/unix/bsd43/public.h
index 91e6bc289b71..4666c2eacb40 100644
--- a/dmake/unix/bsd43/public.h
+++ b/dmake/unix/bsd43/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.7 2006-09-25 09:48:22 vg Exp $
+/* RCS $Id: public.h,v 1.8 2007-01-18 09:45:06 vg Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -112,7 +112,7 @@ 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, int, int, int));
+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 *));
@@ -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, int, int, 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/bsd43/uw/public.h b/dmake/unix/bsd43/uw/public.h
index 2b6620161621..5dd28e12c167 100644
--- a/dmake/unix/bsd43/uw/public.h
+++ b/dmake/unix/bsd43/uw/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.7 2006-09-25 09:48:36 vg Exp $
+/* RCS $Id: public.h,v 1.8 2007-01-18 09:45:19 vg Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -112,7 +112,7 @@ 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, int, int, int));
+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 *));
@@ -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, int, int, 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));