summaryrefslogtreecommitdiff
path: root/dmake/unix
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-25 08:50:52 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-25 08:50:52 +0000
commit3cdd7aa6819e203475f584a61faddca84b2d21cd (patch)
tree55679a6c8f62d10450d944eb4c1d5c856f74cfbf /dmake/unix
parenta52f83aef0ba17d4f9c7ce3d3af7b558969c8404 (diff)
INTEGRATION: CWS dmake46 (1.6.8); FILE MERGED
2006/07/31 02:47:58 vq 1.6.8.1: #i64583# Remove unused parameter from Create_temp() and Get_temp().
Diffstat (limited to 'dmake/unix')
-rw-r--r--dmake/unix/linux/gnu/public.h6
-rw-r--r--dmake/unix/solaris/gnu/public.h4
2 files changed, 5 insertions, 5 deletions
diff --git a/dmake/unix/linux/gnu/public.h b/dmake/unix/linux/gnu/public.h
index bfc6b4649699..043114afe41e 100644
--- a/dmake/unix/linux/gnu/public.h
+++ b/dmake/unix/linux/gnu/public.h
@@ -1,6 +1,6 @@
/* $RCSfile: public.h,v $
--- $Revision: 1.6 $
--- last change: $Author: hr $ $Date: 2006-04-20 12:20:56 $
+-- $Revision: 1.7 $
+-- last change: $Author: vg $ $Date: 2006-09-25 09:50:05 $
--
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
@@ -127,7 +127,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/solaris/gnu/public.h b/dmake/unix/solaris/gnu/public.h
index 00a4c5943436..46a1f351d21e 100644
--- a/dmake/unix/solaris/gnu/public.h
+++ b/dmake/unix/solaris/gnu/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.6 2006-04-20 12:21:34 hr Exp $
+/* RCS $Id: public.h,v 1.7 2006-09-25 09:50:52 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 *));