Fix linkage typeo, should not be static.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@84 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "bsd_locl.h"
|
||||
|
||||
#ifndef HAVE_STRDUP
|
||||
static char *
|
||||
char *
|
||||
strdup(const char *old)
|
||||
{
|
||||
char *t = malloc(strlen(old)+1);
|
||||
|
Reference in New Issue
Block a user