From 32e125b3f9bcfb8ccb78e69c39d6ced23af2fbc8 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 a29151609..adc863a62 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 -- 2.34.1