mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
fix function definitions
This commit is contained in:
parent
b240ddf209
commit
dcdd707699
@ -104,6 +104,7 @@
|
||||
<ClCompile Include="$(OpenSSH-Src-Path)openbsd-compat\strcasestr.c" />
|
||||
<ClCompile Include="$(OpenSSH-Src-Path)openbsd-compat\strndup.c" />
|
||||
<ClCompile Include="..\..\..\openbsd-compat\bsd-pselect.c" />
|
||||
<ClCompile Include="..\..\..\openbsd-compat\bsd-timegm.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="$(OpenSSH-Src-Path)openbsd-compat\base64.h" />
|
||||
|
@ -219,6 +219,9 @@
|
||||
<ClCompile Include="..\..\..\openbsd-compat\bsd-pselect.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\openbsd-compat\bsd-timegm.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="$(OpenSSH-Src-Path)openbsd-compat\base64.h">
|
||||
|
@ -191,7 +191,7 @@ nanosleep(const struct timespec *req, struct timespec *rem)
|
||||
* Copyright (c) 2009, 2010 NoMachine
|
||||
* All rights reserved
|
||||
*/
|
||||
static int
|
||||
int
|
||||
gettimeofday(struct timeval *tv, void *tz)
|
||||
{
|
||||
union {
|
||||
@ -213,7 +213,7 @@ gettimeofday(struct timeval *tv, void *tz)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void
|
||||
void
|
||||
explicit_bzero(void *b, size_t len)
|
||||
{
|
||||
SecureZeroMemory(b, len);
|
||||
|
Loading…
x
Reference in New Issue
Block a user