Do not re-prototype strdup()

This commit is contained in:
Peter Howkins
2012-03-11 18:02:24 +00:00
parent 1483f41a69
commit 94eb7100d3
2 changed files with 4 additions and 1 deletions

View File

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