From 08bfb976269799d72aadd2ce8d7966d7f4b3c4e6 Mon Sep 17 00:00:00 2001 From: jbj Date: Wed, 13 Jan 1999 22:53:33 +0000 Subject: [PATCH] Default value for ALLPERMS. CVS patchset: 2702 CVS date: 1999/01/13 22:53:33 --- build/files.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/files.c b/build/files.c index 01ef644..0553e4b 100644 --- a/build/files.c +++ b/build/files.c @@ -1,5 +1,9 @@ #include "system.h" +#if !defined(ALLPERMS) +#define ALLPERMS 07777 +#endif + #include #include /* getOutputFrom() */ -- 2.7.4