DtSvc/DtUtil1: fix implicit function declarations

This commit is contained in:
Jon Trulson
2019-10-28 13:22:09 -06:00
parent f2caa218b2
commit 951ae0d327
16 changed files with 68 additions and 10 deletions

View File

@@ -73,9 +73,7 @@
#include <Dt/Dts.h>
#include "DtSvcLock.h"
#if !defined(__linux__)
extern char *strdup(const char *);
#endif
extern int _DtDtsMMUnLoad(void);
static int cur_dc_count = 0;
static int cur_da_count = 0;