From c0e3f08c9fda8245d832043e5f0df03242d1d9df Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Mon, 28 Oct 2019 13:27:47 -0600 Subject: [PATCH] DtSvc/DtUtil2: fix implicit function declarations --- cde/lib/DtSvc/DtUtil2/EnvControl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cde/lib/DtSvc/DtUtil2/EnvControl.c b/cde/lib/DtSvc/DtUtil2/EnvControl.c index 7d5d0038..cd6e6a57 100644 --- a/cde/lib/DtSvc/DtUtil2/EnvControl.c +++ b/cde/lib/DtSvc/DtUtil2/EnvControl.c @@ -51,6 +51,8 @@ #include "EnvControlI.h" #include "DtSvcLock.h" +static int _DtEnvRemove(char *str, int length); + extern char **environ; /* -- 2.25.1