From 23737900c990eb79c84e161bd1f0d02198ce331d Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 15 Apr 1988 15:18:38 +0000 Subject: [PATCH] make sure there is a varargs.h file somewhere --- first/first | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/first/first b/first/first index a2915160..adc863a6 100755 --- a/first/first +++ b/first/first @@ -288,3 +288,13 @@ ABC ) ;; esac + +: find varargs include file +: if not present use our own + +if [ -f /usr/include/varargs.h ] +then + : +else + cp ../include/_tail_cc/varargs.h ../modules/h +fi