From 44e7b6e4d0f73a3ff876e8a2e981ebf09cba150d Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 25 Sep 2006 08:52:11 +0000 Subject: INTEGRATION: CWS dmake46 (1.6.8); FILE MERGED 2006/07/31 02:48:00 vq 1.6.8.1: #i64583# Remove unused parameter from Create_temp() and Get_temp(). --- dmake/unix/sysvr4/public.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dmake/unix/sysvr4') diff --git a/dmake/unix/sysvr4/public.h b/dmake/unix/sysvr4/public.h index c9b6f14817a9..1c2f4cc64210 100644 --- a/dmake/unix/sysvr4/public.h +++ b/dmake/unix/sysvr4/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.6 2006-04-20 12:22:29 hr Exp $ +/* RCS $Id: public.h,v 1.7 2006-09-25 09:51:59 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 *)); -- cgit