diff options
Diffstat (limited to 'dmake')
-rw-r--r-- | dmake/unix/sysvr3/pwd/public.h | 4 | ||||
-rw-r--r-- | dmake/unix/sysvr4/public.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dmake/unix/sysvr3/pwd/public.h b/dmake/unix/sysvr3/pwd/public.h index a3dfd5709206..e014756eed60 100644 --- a/dmake/unix/sysvr3/pwd/public.h +++ b/dmake/unix/sysvr3/pwd/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.4 2003-06-12 10:55:21 vg Exp $ +/* RCS $Id: public.h,v 1.5 2003-12-17 16:15:12 vg Exp $ -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- -- @@ -123,7 +123,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 *, int)); +FILE* Get_temp ANSI((char **, 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/sysvr4/public.h b/dmake/unix/sysvr4/public.h index 8e927a7f044c..525a858058ef 100644 --- a/dmake/unix/sysvr4/public.h +++ b/dmake/unix/sysvr4/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.4 2003-06-12 10:55:33 vg Exp $ +/* RCS $Id: public.h,v 1.5 2003-12-17 16:15:35 vg Exp $ -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- -- @@ -123,7 +123,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 *, int)); +FILE* Get_temp ANSI((char **, char *, char *)); FILE *Start_temp ANSI((char *, CELLPTR, char **)); void Open_temp_error ANSI((char *, char *)); void Link_temp ANSI((CELLPTR, FILE *, char *)); |