diff options
Diffstat (limited to 'dmake/unix')
-rw-r--r-- | dmake/unix/bsd43/public.h | 4 | ||||
-rw-r--r-- | dmake/unix/bsd43/uw/public.h | 4 | ||||
-rw-r--r-- | dmake/unix/bsd43/vf/public.h | 4 | ||||
-rw-r--r-- | dmake/unix/bsdarm32/public.h | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/dmake/unix/bsd43/public.h b/dmake/unix/bsd43/public.h index ee5b76480093..91e6bc289b71 100644 --- a/dmake/unix/bsd43/public.h +++ b/dmake/unix/bsd43/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.6 2006-04-20 12:19:34 hr Exp $ +/* RCS $Id: public.h,v 1.7 2006-09-25 09:48:22 vg Exp $ -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- -- @@ -124,7 +124,7 @@ void Epilog ANSI((int)); char *Get_current_dir ANSI(()); int Set_dir ANSI((char*)); char Get_switch_char ANSI(()); -FILE* Get_temp ANSI((char **, char *, char *)); +FILE* Get_temp ANSI((char **, char *)); FILE *Start_temp ANSI((char *, CELLPTR, char **)); void Open_temp_error ANSI((char *, char *)); void Link_temp ANSI((CELLPTR, FILE *, char *)); diff --git a/dmake/unix/bsd43/uw/public.h b/dmake/unix/bsd43/uw/public.h index 7615c1962c02..2b6620161621 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.6 2006-04-20 12:19:45 hr Exp $ +/* RCS $Id: public.h,v 1.7 2006-09-25 09:48:36 vg Exp $ -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- -- @@ -124,7 +124,7 @@ void Epilog ANSI((int)); char *Get_current_dir ANSI(()); int Set_dir ANSI((char*)); char Get_switch_char ANSI(()); -FILE* Get_temp ANSI((char **, char *, char *)); +FILE* Get_temp ANSI((char **, char *)); FILE *Start_temp ANSI((char *, CELLPTR, char **)); void Open_temp_error ANSI((char *, char *)); void Link_temp ANSI((CELLPTR, FILE *, char *)); diff --git a/dmake/unix/bsd43/vf/public.h b/dmake/unix/bsd43/vf/public.h index cded862b30f7..b217cd9664b7 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.6 2006-04-20 12:19:56 hr Exp $ +/* RCS $Id: public.h,v 1.7 2006-09-25 09:48:48 vg Exp $ -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- -- @@ -124,7 +124,7 @@ void Epilog ANSI((int)); char *Get_current_dir ANSI(()); int Set_dir ANSI((char*)); char Get_switch_char ANSI(()); -FILE* Get_temp ANSI((char **, char *, char *)); +FILE* Get_temp ANSI((char **, char *)); FILE *Start_temp ANSI((char *, CELLPTR, char **)); void Open_temp_error ANSI((char *, char *)); void Link_temp ANSI((CELLPTR, FILE *, char *)); diff --git a/dmake/unix/bsdarm32/public.h b/dmake/unix/bsdarm32/public.h index 3f3a5c5e535a..f8a89e02f6c4 100644 --- a/dmake/unix/bsdarm32/public.h +++ b/dmake/unix/bsdarm32/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.6 2006-04-20 12:20:07 hr Exp $ +/* RCS $Id: public.h,v 1.7 2006-09-25 09:49:01 vg Exp $ -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- -- @@ -124,7 +124,7 @@ void Epilog ANSI((int)); char *Get_current_dir ANSI(()); int Set_dir ANSI((char*)); char Get_switch_char ANSI(()); -FILE* Get_temp ANSI((char **, char *, char *)); +FILE* Get_temp ANSI((char **, char *)); FILE *Start_temp ANSI((char *, CELLPTR, char **)); void Open_temp_error ANSI((char *, char *)); void Link_temp ANSI((CELLPTR, FILE *, char *)); |