mirror of https://github.com/BOINC/boinc.git
- API: compile fix for systems without strlcat()
svn path=/trunk/boinc/; revision=14012
This commit is contained in:
parent
24869ae8d4
commit
dbedc0cd72
|
@ -47,6 +47,7 @@ using namespace std;
|
|||
#include "parse.h"
|
||||
#include "shmem.h"
|
||||
#include "util.h"
|
||||
#include "str_util.h"
|
||||
#include "filesys.h"
|
||||
#include "mem_usage.h"
|
||||
#include "error_numbers.h"
|
||||
|
|
|
@ -10263,3 +10263,9 @@ David 31 Oct 2007
|
|||
forum_moderate_post_action.php
|
||||
forum_reply.php
|
||||
team_manage.php
|
||||
|
||||
David 31 Oct 2007
|
||||
- API: compile fix for systems without strlcat()
|
||||
|
||||
api/
|
||||
boinc_api.C
|
||||
|
|
Loading…
Reference in New Issue