From 9ea0a7533cf9d9727fbb6c8d606c67da145c2572 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Thu, 6 May 1993 10:57:52 -0700 Subject: (sys/varargs.h): Replace. From-SVN: r4366 --- gcc/fixinc.svr4 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'gcc') diff --git a/gcc/fixinc.svr4 b/gcc/fixinc.svr4 index e95cfe8..c46347c 100755 --- a/gcc/fixinc.svr4 +++ b/gcc/fixinc.svr4 @@ -1246,6 +1246,28 @@ if [ \! -z "$file_to_fix" ]; then rm -f /tmp/$base fi +# Completely replace with a file that includes gcc's +# stdarg.h or varargs.h files as appropriate. + +file=sys/varargs.h +if [ -r ${INPUT}/$file ]; then + echo Replacing $file + cat > ${LIB}/$file << EOF +/* This file was generated by fixincludes. */ +#ifndef _SYS_VARARGS_H +#define _SYS_VARARGS_H + +#ifdef __STDC__ +#include +#else +#include +#endif + +#endif /* _SYS_VARARGS_H */ +EOF + chmod a+r ${LIB}/$file +fi + echo 'Removing unneeded directories:' cd $LIB files=`find . -type d -print | sort -r` -- cgit v1.1